Skip to content

Instantly share code, notes, and snippets.

@ngfw
Last active July 28, 2016 21:22
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 ngfw/4405c1892d2b96f09a3ebc43285045da to your computer and use it in GitHub Desktop.
Save ngfw/4405c1892d2b96f09a3ebc43285045da to your computer and use it in GitHub Desktop.
How to be annoying in Terminal
trap '' 2;WW=$(tput cols);HH=$(tput lines); for h in $(seq 1 $HH); do sleep 0.1; for w in $(seq 1 $WW); do printf "\xf0\x9f\x92\xa9 "; sleep 0.1; done; printf "\xF0\x9F\x98\x81 "; done;trap 2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment