dotfiles/tools/launch_nicely.sh

4 lines
44 B
Bash
Executable File

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