Skip to content

Instantly share code, notes, and snippets.

@daurnimator
Forked from ober/ping.lua
Last active April 30, 2017 00:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daurnimator/5646519 to your computer and use it in GitHub Desktop.
Save daurnimator/5646519 to your computer and use it in GitHub Desktop.
function get_ping()
return p.find_first_file {
"/bin/ping" ;
"/sbin/ping" ;
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment