Skip to content

Instantly share code, notes, and snippets.

@shaikkhajaibrahim
Last active March 7, 2022 02:51
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 shaikkhajaibrahim/bd89db963b962b15bfac1945cafd6854 to your computer and use it in GitHub Desktop.
Save shaikkhajaibrahim/bd89db963b962b15bfac1945cafd6854 to your computer and use it in GitHub Desktop.
#!/bin/bash
url="http://18.237.45.79"
while :
do
curl ${url}
echo "press <Ctrl+C> to exit"
sleep 1s
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment