Skip to content

Instantly share code, notes, and snippets.

@EugeneLoy
Last active December 15, 2021 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EugeneLoy/6405381bd5eba48dd152693c7fa03e8c to your computer and use it in GitHub Desktop.
Save EugeneLoy/6405381bd5eba48dd152693c7fa03e8c to your computer and use it in GitHub Desktop.
Monitor internet connection using bping
FOR /L %%N IN () DO (
timeout /t 60
bping -d -f=alarm.wav 4.2.2.4 -t=10 -n=1
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment