X-Git-Url: https://git.distorted.org.uk/~mdw/rsv/blobdiff_plain/6c01d562020ed39c05d61c2536007bfad1c04f52..fa14fd909a8f916e10ca620bdcff6f9705fd9f9c:/bin/sandwich 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 "$@"