Skip to content

Instantly share code, notes, and snippets.

@manpages
Created March 13, 2012 14:16
Show Gist options
  • Save manpages/2029044 to your computer and use it in GitHub Desktop.
Save manpages/2029044 to your computer and use it in GitHub Desktop.
My alarm clock
sleep `expr $SLEEP`h; for j in {1..3}; do for i in {1..70}; do sleep 1 && amixer set Master $i%; done; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment