Last active
April 14, 2024 09:15
-
-
Save hidakatsuya/1d7e8d87bd1d0f6788c8c6226e4f6e21 to your computer and use it in GitHub Desktop.
A script that accesses a URL every second
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
url=http://<url> | |
while true; do TZ=JST-9 date; curl $url; sleep 1s; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment