L1VM - priority

I did add a priority flag to my L1VM:

$ l1vm little-vm -p 19 -q

This runs the little-vm program with the lowest priority of 19.

The priority goes from -20 (the highest) to 19 (the lowest). This also works on macOS!

The default priority if no flag is set is 0.