diff options
-rwxr-xr-x | wakey | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ host=$1 mac=$2 CPT=0 -while [ ${CPT} -ne 5 ]; do +while [ ${CPT} -ne 10 ]; do CPT=$((CPT+1)) wol $mac ping -c 1 -W 10 $host 2>&1 >/dev/null |
index : bin | ||
mainly shell script | Jérémy Zurcher |
summaryrefslogtreecommitdiffstats |
-rwxr-xr-x | wakey | 2 |
@@ -3,7 +3,7 @@ host=$1 mac=$2 CPT=0 -while [ ${CPT} -ne 5 ]; do +while [ ${CPT} -ne 10 ]; do CPT=$((CPT+1)) wol $mac ping -c 1 -W 10 $host 2>&1 >/dev/null |