Onionr/run-windows-dev.bat
2019-06-23 02:25:40 -05:00

8 lines
209 B
Batchfile
Executable File

@echo off
echo This script is only intended for use in Onionr development, as it uses a random profile.
set ONIONR_HOME=data%random%
echo Using profile: %ONIONR_HOME%
setlocal
chdir onionr
python onionr.py %*