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
|
|
|
|
chdir onionr
|
|
|
|
python onionr.py %*
|