Onionr/run-windows-dev.bat

7 lines
106 B
Batchfile
Raw Normal View History

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