From: Mark Wooding Date: Fri, 21 Apr 2023 19:10:35 +0000 (+0100) Subject: bin/sandwich: Run the toolchain nicely. X-Git-Url: https://git.distorted.org.uk/~mdw/rsv/commitdiff_plain bin/sandwich: Run the toolchain nicely. --- diff --git a/bin/sandwich b/bin/sandwich index a043513..c0955f7 100755 --- a/bin/sandwich +++ b/bin/sandwich @@ -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 "$@"