5e73f83c57
* various bug fixes
7 lines
106 B
Batchfile
7 lines
106 B
Batchfile
@echo off
|
|
set ONIONR_HOME=data%random%
|
|
echo Using %ONIONR_HOME%
|
|
setlocal
|
|
chdir onionr
|
|
python onionr.py %*
|