spawn an entirely seperate proccess in linux via bash
- by meesterfox
I need to have a script execute (bash or perl or php, any will do) another command and then exit, while the other command still runs and exits on it's own. I could schedule via at command, but was curious if there was a easier way.