summaryrefslogtreecommitdiff
path: root/README
blob: 6a27167c41b66f6534c41073978ee2cc0c4b5298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
forkit
______

This is slightly more convenient than:
```bash
nohup whatever &>/dev/null </dev/null &
```

Usage:
```bash
forkit whatever &>/dev/null </dev/null
```
You can also not pipe redirect any streams you like into /dev/null, that's your prerogative.

Installation:
```bash
make
sudo make install
```