Play shuffle ============ Public domain ******************************************************************************** #!/bin/bash CWD=$(pwd) find "${CWD}" -type f -maxdepth 1 > ~/.playlist.txt mplayer -shuffle -loop 0 -playlist ~/.playlist.txt ******************************************************************************** _BY: Pejman Moghadam_ _TAG: mplayer, shuffle_ _DATE: 2012-01-25 16:17:08_