onionr/run-windows-dev.bat
2019-06-16 13:20:54 -05:00

6 lines
106 B
Batchfile
Executable file

@echo off
set ONIONR_HOME=data%random%
echo Using %ONIONR_HOME%
setlocal
chdir onionr
python onionr.py %*