Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 136 Bytes

File metadata and controls

5 lines (4 loc) · 136 Bytes

how to have a loop with curl in bash?

while true; do sleep 10; curl http://www.stakater.com; echo -e '\n'$(date)'\n\n\';done