Skip to content

Instantly share code, notes, and snippets.

@alsotang
Last active June 12, 2017 21:24
Show Gist options
  • Save alsotang/6ca2483bfa3efd0e8a9ed3821edf29be to your computer and use it in GitHub Desktop.
Save alsotang/6ca2483bfa3efd0e8a9ed3821edf29be to your computer and use it in GitHub Desktop.
定时wget
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