6 lines
106 B
Batchfile
Executable file
6 lines
106 B
Batchfile
Executable file
@echo off
|
|
set ONIONR_HOME=data%random%
|
|
echo Using %ONIONR_HOME%
|
|
setlocal
|
|
chdir onionr
|
|
python onionr.py %*
|