Skip to content

Instantly share code, notes, and snippets.

@kbbgl
Created May 10, 2020 17:54
Show Gist options
  • Select an option

  • Save kbbgl/113e18657afe8807c4dd7af1e4c5a409 to your computer and use it in GitHub Desktop.

Select an option

Save kbbgl/113e18657afe8807c4dd7af1e4c5a409 to your computer and use it in GitHub Desktop.
[ping only once] #network #bash #hacking
#!/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