From 184b12a9ccc4c9869cf073f2389edd436a5b5775 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 20 Jan 2025 05:56:26 -0800 Subject: [PATCH] tools: copy all bash args in run script --- tools/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run b/tools/run index 8ac9c9e..f3a5327 100755 --- a/tools/run +++ b/tools/run @@ -1 +1 @@ -mangohud ../target/release/strafe-client "$1" +mangohud ../target/release/strafe-client "$@"