dotfiles/tools/launch_nicely.sh

4 lines
44 B
Bash
Raw Normal View History

2014-02-08 15:26:59 +00:00
#!/bin/sh
time nice -n 19 ionice -c 3 "$@"
2014-02-08 15:26:59 +00:00