Skip to content

Instantly share code, notes, and snippets.

@ankitr
Last active December 26, 2015 20:19
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 ankitr/7208136 to your computer and use it in GitHub Desktop.
Save ankitr/7208136 to your computer and use it in GitHub Desktop.
This is what maturity is made of.
#!/usr/bin/env bash
osascript -e 'set volume 7'
say "troll"
while [ true ]; do
osascript -e 'set volume 7'
done&
while [ true ]; do
say 'lolol'
done&
while [ true ]; do
printf "🍺 "
done&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment