Last active
June 12, 2017 21:24
-
-
Save alsotang/6ca2483bfa3efd0e8a9ed3821edf29be to your computer and use it in GitHub Desktop.
定时wget
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 | |
sleep 1 | |
wget -qO- http://107.170.206.53/hk1 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment