Skip to content

Instantly share code, notes, and snippets.

@Abdulsametileri
Created October 3, 2021 02:29
Show Gist options
  • Save Abdulsametileri/81ec6a3381215436b7f89688b50dd315 to your computer and use it in GitHub Desktop.
Save Abdulsametileri/81ec6a3381215436b7f89688b50dd315 to your computer and use it in GitHub Desktop.
Keep site state fresh on heroku
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