From fa14fd909a8f916e10ca620bdcff6f9705fd9f9c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 21 Apr 2023 20:10:35 +0100 Subject: [PATCH] bin/sandwich: Run the toolchain nicely. --- bin/sandwich | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.11.0