Advertisement
Guest User

Untitled

a guest
Sep 7th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. #!/bin/bash
  2. # record RCMP spy NSA  podcast :)
  3.  
  4. if ps ax | grep "wget" | grep -vq grep
  5. then
  6.   echo "WGET is already running"
  7. else
  8.   echo "starting uniq_name_simple_daemon"
  9.     wget  http://rcmp.me/stream;
  10. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement