Guest User

razor

a guest
Jun 16th, 2010
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/bin/bash
  2. echo External IP is:
  3. wget www.whatismyip.com/automation/n09230945.asp -O - -o /dev/null
  4. echo
  5.  
  6. exit 0
Add Comment
Please, Sign In to add comment