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