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