Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 254.times {
- |ip|
- Thread.new {
- ipCommand = `ping -c 1 10.11.1.#{ip+1}`
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement