Last active
January 3, 2016 09:15
-
-
Save seqizz/531c491a34bd5c60c64a to your computer and use it in GitHub Desktop.
if [[ $? == 0 ]]; then
This file contains 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
#!/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