Skip to content

Instantly share code, notes, and snippets.

@rschenk
Created January 23, 2012 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rschenk/1659828 to your computer and use it in GitHub Desktop.
Save rschenk/1659828 to your computer and use it in GitHub Desktop.
Method for increasing wife's marital satisfaction
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