Created
January 24, 2014 01:36
-
-
Save nickrw/8590565 to your computer and use it in GitHub Desktop.
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
| su - alan | |
| sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.atrun.plist | |
| exit | |
| cat <<EOF | at tomorrow | |
| osascript -e 'set volume output muted false' | |
| osascript -e 'set volume output volume 100' | |
| open "http://www.youtube.com/watch?v=sTSA_sWGM44" | |
| EOF | |
| history -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment