dotfiles/tools/launch_nicely.sh
2014-02-08 16:33:40 +01:00

4 lines
44 B
Bash
Executable file

#!/bin/sh
time nice -n 19 ionice -c 3 "$@"