Skip to content

Instantly share code, notes, and snippets.

@vncsna
Created October 22, 2024 17:33
Show Gist options
  • Save vncsna/a3bcd460d42a231b405acad218b99cd2 to your computer and use it in GitHub Desktop.
Save vncsna/a3bcd460d42a231b405acad218b99cd2 to your computer and use it in GitHub Desktop.
Run command in the background
alias run='nohup "$@" > /dev/null 2>&1 &'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment