ping_test_script_for_cron
This is an old revision of the document!
Simple Ping test script
This is lame script for just to serve quick purpose.
- | pingtest.sh
#!/bin/bash /sbin/ping -c 3 yahoo.com if [ $? -eq 0 ] then echo "Pinging" else echo "Not Pinging - Restarting Network" /etc/init.d/network restart fi
ping_test_script_for_cron.1251417686.txt.gz · Last modified: 2020/08/10 02:30 (external edit)