Skip to content

Instantly share code, notes, and snippets.

@themodernpk
Created August 21, 2018 18:40
Show Gist options
  • Save themodernpk/0ee3912c4570eb57626b75b1d408a73e to your computer and use it in GitHub Desktop.
Save themodernpk/0ee3912c4570eb57626b75b1d408a73e to your computer and use it in GitHub Desktop.
Shell Script Cron Job - Run per 2 seconds - SSH run: "bash cron-job.sh &"
#!/bin/bash
while true
do
/usr/bin/wget wget -O - -q -t 1 https://tempemails.io/cron/per/minute
sleep 2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment