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