fix windows run batch scripts

This commit is contained in:
Kevin Froman 2019-08-10 21:02:06 -05:00
parent 0cd1ee8bb6
commit 43f40ba753
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ set ONIONR_HOME=data%random%
echo Using profile: %ONIONR_HOME%
setlocal
chdir onionr
python onionr.py %*
python __init__.py %*

View File

@ -1,4 +1,4 @@
@echo off
setlocal
chdir onionr
python onionr.py %*
python __init__.py %*