scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

mplayerst (66B)


      1 #!/bin/bash
      2 
      3 IFS=$'\n'
      4 arr=( $(ls -1t "$@") )
      5 mplayer "${arr[@]}"