bin/sandwich: Run the toolchain nicely. master
authorMark Wooding <mdw@distorted.org.uk>
Fri, 21 Apr 2023 19:10:35 +0000 (20:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 21 Apr 2023 19:10:35 +0000 (20:10 +0100)
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 "$@"