Created
January 26, 2017 08:58
-
-
Save chinmay0301/f44d088d1382073d31d3d014a0715592 to your computer and use it in GitHub Desktop.
Birthday Bash!
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
clear | |
declare -a message=("H" "A" "P" "P" "Y" " " "B" "I" "R" "T" "H" "D" "A" "Y" " " "H" "A" "G" "U" "L" "U" " " "B" "A" "B" "L" "U" " " ":')") | |
echo -n " " | |
for i in "${message[@]}" | |
do | |
sleep 0.15s | |
echo -n "$i" | |
done | |
echo " " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Things you do for a geeky friends birthday :P