Skip to content

Instantly share code, notes, and snippets.

@rohityadavcloud
Created November 23, 2010 08:35
Show Gist options
  • Save rohityadavcloud/711465 to your computer and use it in GitHub Desktop.
Save rohityadavcloud/711465 to your computer and use it in GitHub Desktop.
termDJ
# 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