ndhieu157

Untitled

Oct 17th, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. if ping -c 1 103.28.54.1 &> /dev/null
  2. then
  3.   echo 1
  4. else
  5.   echo 0
  6. fi
  7.  
  8. if ping -c 1 103.10.124.1 &> /dev/null
  9. then
  10.   echo 1
  11. else
  12.   echo 0
  13. fi
Add Comment
Please, Sign In to add comment