/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
while true; do command1;command2;command n;sleep 30; done;