Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. #!/usr/bin/bash
  2. if iptables -L -n | grep LOCL-BLOCK > /dev/null; then
  3. echo jo
  4. else
  5. echo na
  6. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement