Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created December 3, 2013 20:55
Show Gist options
  • Select an option

  • Save greyaperez/7777313 to your computer and use it in GitHub Desktop.

Select an option

Save greyaperez/7777313 to your computer and use it in GitHub Desktop.
Run Process in Background
nohup ant run > output.log 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment