Skip to content

Instantly share code, notes, and snippets.

@nikukyugamer
Created April 16, 2019 01:46
Show Gist options
  • Save nikukyugamer/2b74d7d8b5edabc9b9993ec0ed344623 to your computer and use it in GitHub Desktop.
Save nikukyugamer/2b74d7d8b5edabc9b9993ec0ed344623 to your computer and use it in GitHub Desktop.
nohup command's format
#!/bin/bash -xe
nohup FOOBAR >> /var/log/FOOBAR.log &
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment