fix windows run batch scripts
parent
0cd1ee8bb6
commit
43f40ba753
|
@ -4,4 +4,4 @@ set ONIONR_HOME=data%random%
|
||||||
echo Using profile: %ONIONR_HOME%
|
echo Using profile: %ONIONR_HOME%
|
||||||
setlocal
|
setlocal
|
||||||
chdir onionr
|
chdir onionr
|
||||||
python onionr.py %*
|
python __init__.py %*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@echo off
|
@echo off
|
||||||
setlocal
|
setlocal
|
||||||
chdir onionr
|
chdir onionr
|
||||||
python onionr.py %*
|
python __init__.py %*
|
||||||
|
|
Loading…
Reference in New Issue