bin/sandwich: Run the toolchain nicely.
[rsv] / bin / sandwich
index a043513..c0955f7 100755 (executable)
@@ -14,4 +14,4 @@ while :; do
 done
 case $1 in --) shift ;; esac
 case $# in 0) echo >&2 "$0: nothing to do"; exit 2 ;; esac
-exec "$@"
+exec nice "$@"