Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save renalexster/c111c23180223de7a4f8a6127ba8937c to your computer and use it in GitHub Desktop.
Save renalexster/c111c23180223de7a4f8a6127ba8937c to your computer and use it in GitHub Desktop.
execute java process in background - linux
(exec java -jar xyz.jar &> /dev/null &)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment