Skip to content

Commit

Permalink
Merge pull request #1717 from pupil-labs/add-windows-bat-cli
Browse files Browse the repository at this point in the history
Forward CLI args of windows run_*.bat files appropriately
  • Loading branch information
papr authored Nov 4, 2019
2 parents 3e47d25 + 8f58dda commit 920b124
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pupil_src/run_capture.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SET PATH=%PATH%;%~dp0..\pupil_external
python main.py capture
python main.py capture %*
2 changes: 1 addition & 1 deletion pupil_src/run_player.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SET PATH=%PATH%;%~dp0..\pupil_external
python main.py player %1%
python main.py player %*
2 changes: 1 addition & 1 deletion pupil_src/run_service.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SET PATH=%PATH%;%~dp0..\pupil_external
python main.py service
python main.py service %*

0 comments on commit 920b124

Please sign in to comment.