4 changed files with 32 additions and 7 deletions
@ -0,0 +1,15 @@ |
|||||
|
#!/usr/bin/env bash |
||||
|
|
||||
|
bramble=(quimby hans willie kirk brandine) |
||||
|
|
||||
|
|
||||
|
for host in "${bramble[@]}" |
||||
|
do |
||||
|
ping -c 3 ${host} |
||||
|
done |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
Loading…
Reference in new issue