We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b48369 commit e89778aCopy full SHA for e89778a
run-shell-only.cmd
@@ -1,5 +1,5 @@
1
SET OW_OUT_DIR=/home/ow/shared
2
-SET HOST_OUT_DIR=%~dp0
+SET HOST_OUT_DIR=%~dps0
3
4
docker run -it ^
5
--name openworm ^
run.cmd
@@ -2,7 +2,7 @@
setlocal
set OW_OUT_DIR=/home/ow/shared
-set HOST_OUT_DIR=%~dp0
+set HOST_OUT_DIR=%~dps0
6
7
:GETOPTS
8
if /i "%1" == "-d" set DURATION=%2 & shift
0 commit comments