Skip to content

Instantly share code, notes, and snippets.

@nomaster
Created May 10, 2017 12:45
Show Gist options
  • Save nomaster/021b62aaeed892aae5688d2aa98cc0a8 to your computer and use it in GitHub Desktop.
Save nomaster/021b62aaeed892aae5688d2aa98cc0a8 to your computer and use it in GitHub Desktop.
Simple wrapper for ping
#!/bin/bash
host=$1
timeout=$2
ping -W $timeout -c 1 $host
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment