Guest User

MacFUSE: Keepalive

a guest
Feb 26th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. repeat 900 times
  2. do shell script "touch path/to/file/dummyfile.txt"
  3. --sleep for 1 minute
  4. do shell script "/bin/sleep 60"
  5. end repeat
Add Comment
Please, Sign In to add comment