Advertisement
Guest User

Untitled

a guest
Sep 13th, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. #!/bin/bash
  2. my_url="example.com"
  3. while true
  4. do
  5.     wget "$my_url"
  6.     sleep 15
  7. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement