Created
October 3, 2021 02:29
-
-
Save Abdulsametileri/81ec6a3381215436b7f89688b50dd315 to your computer and use it in GitHub Desktop.
Keep site state fresh on heroku
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 in {1..100}; do echo $i && curl "https://personal-code-search.herokuapp.com/" >> /tmp/output.log && sleep 300; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment