myplay
function myplay() { tmp=`mktemp`; find "`pwd`/$1" -name "*.mp3" | sort > $tmp; mpg123 -C -@ $tmp; rm $tmp ;}
myplay dir/to/music
Post a Comment
No comments:
Post a Comment