Created
September 9, 2013 18:57
-
-
Save rothwerx/6499935 to your computer and use it in GitHub Desktop.
Bash: Deal with it
This file contains hidden or 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
| function dealwithit() { | |
| echo "( °_°)" | |
| sleep 1 | |
| tput cuu1 | |
| tput el | |
| echo "( °_°)‿‑●‑●" | |
| sleep 2 | |
| tput cuu1 | |
| tput el | |
| echo "(‑●‑●)>" | |
| sleep 1 | |
| tput cuu1 | |
| tput el | |
| echo "(‑●‑●)> DEAL WITH IT" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment