Created
April 19, 2013 06:25
-
-
Save shoyan/5418497 to your computer and use it in GitHub Desktop.
pingを定期的に実行するやつ
This file contains hidden or 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
while true; do ping -c 1 example.com; sleep 30; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment