Created
May 10, 2020 17:54
-
-
Save kbbgl/113e18657afe8807c4dd7af1e4c5a409 to your computer and use it in GitHub Desktop.
[ping only once] #network #bash #hacking
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
| #!/bin/bash | |
| # Ping only once | |
| ping 10.10.10.0 -c 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment