Make ext. tool RUN scripts pass args through to `dotnet`

see 5bdbe110e
This commit is contained in:
YoshiRulz 2023-03-16 12:38:19 +10:00
parent 5dc385e228
commit 3d442bc6c4
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
../../output/EmuHawkMono.sh --open-ext-tool-dll=$(printf *.csproj | head -c-7)
../../output/EmuHawkMono.sh --mono-no-redirect --open-ext-tool-dll=$(printf *.csproj | head -c-7) "$@"