summaryrefslogtreecommitdiff
path: root/tests/lib/test-ping
blob: 2fba0151ece3828ad4ff042e588b79ebc7a1bb97 (plain)
1
2
3
4
5
6
7
#!/bin/bash
# $1 iterations
# $2 host

NAME="PING CHECK ON $2"

ping -c $1 $2