This snipit of code is used to change the priority of Minecraft so that I can squeeze out a bit more performance.
A break down of the command:
- renice -n -20
used to set the max priority of a process. The renice command needs a process id to operate on