Guest User

Untitled

a guest
Jan 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. if [ "${5:-}" = "10.242.1.1" ]
  4. then
  5. /sbin/route add 10.210.13.0/24 $5
  6. fi
Add Comment
Please, Sign In to add comment