Skip to content

Instantly share code, notes, and snippets.

@trackscorer
Created September 13, 2018 08:25
Show Gist options
  • Save trackscorer/6fe4647470034f8cca9b5e81dba46b32 to your computer and use it in GitHub Desktop.
Save trackscorer/6fe4647470034f8cca9b5e81dba46b32 to your computer and use it in GitHub Desktop.
Runtime.getRuntime().exec("cmd.exe /c ping a.b.c.d")
Runtime.getRuntime().exec(new String[]{"/bin/sh","-c","ping a.b.c.d"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment