forkit
______
This is slightly more convenient than:
```bashnohup whatever &>/dev/null </dev/null &```
Usage:
```bashforkit whatever &>/dev/null </dev/null```
You can also not redirect any streams you like into /dev/null, that's your prerogative.
Installation:
```bashmakesudo make install```