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