From c5f2395b3a97bfa5acd18f5f9e085f674becffd1 Mon Sep 17 00:00:00 2001 From: Quaternions Date: Mon, 20 Jan 2025 07:57:33 -0800 Subject: [PATCH] tools: copy all bash args in map scripts --- tools/arcane | 2 +- tools/iso | 2 +- tools/toc | 2 +- tools/utopia | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/arcane b/tools/arcane index 974425af..7800359a 100755 --- a/tools/arcane +++ b/tools/arcane @@ -1 +1 @@ -mangohud ../target/release/strafe-client bhop_maps/5692113331.snfm +mangohud ../target/release/strafe-client bhop_maps/5692113331.snfm "$@" diff --git a/tools/iso b/tools/iso index a4a575a9..2530afb5 100755 --- a/tools/iso +++ b/tools/iso @@ -1 +1 @@ -mangohud ../target/release/strafe-client bhop_maps/5692124338.snfm +mangohud ../target/release/strafe-client bhop_maps/5692124338.snfm "$@" diff --git a/tools/toc b/tools/toc index bfecfbcc..5cd7b47e 100755 --- a/tools/toc +++ b/tools/toc @@ -1 +1 @@ -mangohud ../target/release/strafe-client bhop_maps/5692152916.snfm +mangohud ../target/release/strafe-client bhop_maps/5692152916.snfm "$@" diff --git a/tools/utopia b/tools/utopia index 9f626054..46e5b9a8 100755 --- a/tools/utopia +++ b/tools/utopia @@ -1 +1 @@ -mangohud ../target/release/strafe-client surf_maps/5692145408.snfm +mangohud ../target/release/strafe-client surf_maps/5692145408.snfm "$@"