Skip to content

Commit

Permalink
Add bat runner for default test cli app
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Nov 10, 2024
1 parent c10818e commit f7ea497
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fixtures/cli-app/bin/aruba-test-cli.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"ruby.exe" "./aruba-test-cli" %1 %2 %3 %4 %5%6 %7 %8 %9
GOTO :EOF
:WinNT
@"ruby.exe" "%~dpn0" %*

0 comments on commit f7ea497

Please sign in to comment.