From 2e2042f03ecd5e1d2eb2a028ddccf917d95f5a03 Mon Sep 17 00:00:00 2001 From: Cyryl Plotnicki-Chudyk Date: Sat, 8 Feb 2014 16:33:40 +0100 Subject: [PATCH] launch_nicely now properly passes down all arguments --- tools/launch_nicely.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/launch_nicely.sh b/tools/launch_nicely.sh index 6a2e0646..ab9dcfa7 100755 --- a/tools/launch_nicely.sh +++ b/tools/launch_nicely.sh @@ -1,3 +1,3 @@ #!/bin/sh -time nice -n 19 ionice -c 3 $1 +time nice -n 19 ionice -c 3 "$@"