Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3.  
  4. echo "Checking online Clients"
  5. # for-schleife
  6. for IP in "192.168.1.1" "192.168.1.2"
  7.   do
  8.     ping -c 1 -w 1 $IP
  9. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement