Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. if ping -c 1 xxx.xxx.xxx.xxx ; then
  2. echo "it works";
  3. else
  4. echo "it does not work";
  5. fi
Add Comment
Please, Sign In to add comment