1 2 3 4 5
#!/bin/sh set -eu # FIXME: ionice(1) isn't POSIX, make a version of if that is ionice -c3 nice -n19 "$@"