Advertisement
Guest User

Untitled

a guest
Dec 24th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.13 KB | None | 0 0
  1. if (hosts.count == 1)
  2.     puts "[*] starting the scan of one host"
  3. else
  4.     puts "[*] starting the scan of #{hosts.count} hosts"
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement