Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ipremota=($SSH_CLIENT)
  2. alias ipactual='dig +short dev.sistravel.net @resolver1.opendns.com'
  3.  
  4. if [ $(ipactual) == ${ipremota[0]} ]; then
  5. echo "Bienvenido Maestro."
  6. else
  7. exit;
  8. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement