Created
November 23, 2010 08:35
-
-
Save rohityadavcloud/711465 to your computer and use it in GitHub Desktop.
termDJ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 2 Minutes Terminal Dj using cmus | |
mix(){ cmus-remote -n -k 40; } | |
dj(){ while [ 1==1 ]; do mix; sleep 16; done }; | |
nohup cmus & | |
echo "Warning nohup may cause size of nohup.out in GBs when played for a longer time..." | |
cmus-remote -p | |
echo "Running termDJ, Ctrl+C to break" | |
dj |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment