Skip to content

Instantly share code, notes, and snippets.

@yradunchev
Created December 31, 2013 08:14
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 yradunchev/8193960 to your computer and use it in GitHub Desktop.
Save yradunchev/8193960 to your computer and use it in GitHub Desktop.
Party Russian roulette for geeks and nerds: 1. Run. 2. Hit any key. 3. Drink Up! what is on screen. 4. Hit any key to continue... 5. Go to 2.
10:11:19 yradunchev:~ $ while :;do clear;echo -e 'beer\nwine\nwhiskey\nvinegar' | sort -R | head -1 | figlet -tc; read -t .01 -n 1 && read -n 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment