Skip to content

Instantly share code, notes, and snippets.

View chinmay0301's full-sized avatar
🎯
Focusing

Chinmay Talegaonkar chinmay0301

🎯
Focusing
View GitHub Profile
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 " "