Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. tell application "Terminal"
  2. do script "curl http://bglive-a.bitgravity.com/twit/live/high --ignore-content length -o ~/Desktop/TWiT_Live_Archive.flv"
  3. delay 30
  4. end tell
  5. tell application "System Events"
  6. keystroke "^C" (^C is the stop signal)
  7. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement