summaryrefslogtreecommitdiff
path: root/src/nicely
blob: 601603eb76221cdeb03e3d44b54aad4f3da9824b (plain) (blame)
1
2
3
4
5
#!/bin/sh
set -eu

# FIXME: ionice(1) isn't POSIX, make a version of if that is
exec ionice -c3 nice -n99 "$@"