summaryrefslogtreecommitdiff
path: root/README.md
blob: bf3e28b6e2ee5ce944d5c3172d9556e2ebac46fd (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 redirect any streams you like into /dev/null, that's your prerogative.

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