Skip to content

Instantly share code, notes, and snippets.

@rothwerx
Created September 9, 2013 18:57
Show Gist options
  • Select an option

  • Save rothwerx/6499935 to your computer and use it in GitHub Desktop.

Select an option

Save rothwerx/6499935 to your computer and use it in GitHub Desktop.
Bash: Deal with it
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