Last active
February 10, 2022 11:55
-
-
Save varaprasadh/85c1e075a167f611290a27173326b063 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
for ((i=1;i<10000;i++)) | |
do | |
echo 'Hi Swathi!!! 🤣🤣🤣' | |
sleep 0.25 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for ((i=1;i<10000;i++))
do
echo 'Hi Geetha!!! 🤣🤣🤣'
sleep 0.25
done