Guest User

Untitled

a guest
Oct 23rd, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3.  
  4. for zz in `cat filename`
  5. do
  6. zz ipfw table 2 add $ip
  7. done
Add Comment
Please, Sign In to add comment