2019-06-15 01:31:01 +00:00
|
|
|
@echo off
|
2019-06-23 07:25:40 +00:00
|
|
|
echo This script is only intended for use in Onionr development, as it uses a random profile.
|
2019-06-15 01:31:01 +00:00
|
|
|
set ONIONR_HOME=data%random%
|
2019-06-23 07:25:40 +00:00
|
|
|
echo Using profile: %ONIONR_HOME%
|
2019-06-15 01:31:01 +00:00
|
|
|
setlocal
|
2019-11-20 10:52:50 +00:00
|
|
|
chdir src
|
2019-08-11 02:02:06 +00:00
|
|
|
python __init__.py %*
|