Skip to content

Instantly share code, notes, and snippets.

@iori-yja
Created May 26, 2013 17:03
Show Gist options
  • Save iori-yja/5653360 to your computer and use it in GitHub Desktop.
Save iori-yja/5653360 to your computer and use it in GitHub Desktop.
学校に遅刻しないための one liner.
amixer sset Master unmute 100%;sleep $((` date -d $wake +%s `-`date +%s`));while 1;do; mplayer $MUSIC; sleep 300;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment