Onionr/run-windows-dev.bat

8 lines
211 B
Batchfile
Raw Normal View History

@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
2019-08-11 02:02:06 +00:00
python __init__.py %*