Skip to content

Instantly share code, notes, and snippets.

@njpearman
Created March 27, 2011 15:22
Show Gist options
  • Save njpearman/889289 to your computer and use it in GitHub Desktop.
Save njpearman/889289 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "Starting $@"
nohup "./$@" &> /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment