From fb3433595ab9c0985a0f837df6c97091278e60f1 Mon Sep 17 00:00:00 2001 From: silvernode Date: Wed, 9 Mar 2016 01:56:08 -0700 Subject: [PATCH] Author and version added to script --- Bash Scripts/auto-ping.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Bash Scripts/auto-ping.sh b/Bash Scripts/auto-ping.sh index beeada4..b49ecbd 100755 --- a/Bash Scripts/auto-ping.sh +++ b/Bash Scripts/auto-ping.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Author: Justin Moore +# Version: 0.2.0 + #connection testing settings pingcmd="ping -q -c 1" site="google.com"