Created
August 24, 2012 09:45
-
-
Save manpages/3448373 to your computer and use it in GitHub Desktop.
My Alarm Clock
This file contains hidden or 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
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