4 lines
39 B
Batchfile
4 lines
39 B
Batchfile
|
@echo off
|
||
|
cd onionr
|
||
|
python3 onionr.py
|