Created
January 23, 2012 01:23
-
-
Save rschenk/1659828 to your computer and use it in GitHub Desktop.
Method for increasing wife's marital satisfaction
This file contains 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
ssh family_computer | |
sudo su | |
su wife -c "osascript -e 'tell application \"iTunes\"' -e 'set the sound volume to 0' -e 'pause' -e 'end tell'" | |
afplay path/to/tom_waits.mp3 | |
su wife -c "osascript -e 'tell application \"iTunes\"' -e 'set the sound volume to 100' -e 'play' -e 'end tell'" | |
exit | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment