Created
May 20, 2017 13:38
-
-
Save nerestaren/cd22dd3406e752cd57408d18bb313e97 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
while true | |
do | |
ping -c 1 www.uib.es > /dev/null 2>&1 | |
echo -e `date '+%Y-%m-%d %H:%M:%S'` '\t' $? | |
# sleep 10 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment