ihawk

joined 2 years ago
[–] [email protected] 2 points 5 days ago* (last edited 5 days ago)

#!/bin/bash

for i in 0..254; do ping -c 4 10.0.0.$i &; done

wait

Throwing that many background tasks at once is a little risky, but awesome