Skip to content

Instantly share code, notes, and snippets.

@varaprasadh
Last active February 10, 2022 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varaprasadh/85c1e075a167f611290a27173326b063 to your computer and use it in GitHub Desktop.
Save varaprasadh/85c1e075a167f611290a27173326b063 to your computer and use it in GitHub Desktop.
for ((i=1;i<10000;i++))
do
echo 'Hi Swathi!!! 🤣🤣🤣'
sleep 0.25
done
@varaprasadh
Copy link
Author

for ((i=1;i<10000;i++))
do
echo 'Hi Geetha!!! 🤣🤣🤣'
sleep 0.25
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment