Advertisement
Guest User

Untitled

a guest
Nov 17th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. 254.times {
  2. |ip|
  3. Thread.new {
  4. ipCommand = `ping -c 1 10.11.1.#{ip+1}`
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement