Skip to content

Instantly share code, notes, and snippets.

@seqizz
Last active January 3, 2016 09:15
Show Gist options
  • Save seqizz/531c491a34bd5c60c64a to your computer and use it in GitHub Desktop.
Save seqizz/531c491a34bd5c60c64a to your computer and use it in GitHub Desktop.
if [[ $? == 0 ]]; then
#!/bin/bash
# mfw script succeeded: https://asciinema.org/a/af1i594gccusvzk6oqbyugkvl
function animate {
echo -ne " $1\033[0K\r"
sleep 1
}
echo
animate " ( •_•)"
animate " ( •_•)>⌐■-■"
animate " (⌐■_■)"
animate " (⌐■_■) YEAAAAAH!!!"
echo
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment