4 lines
52 B
Batchfile
Executable file
4 lines
52 B
Batchfile
Executable file
@echo off
|
|
setlocal
|
|
chdir onionr
|
|
python onionr.py %*
|