added start-windows
This commit is contained in:
parent
9e53a1126b
commit
f850fafc72
2 changed files with 6 additions and 0 deletions
3
RUN-WINDOWS.bat
Normal file
3
RUN-WINDOWS.bat
Normal file
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
cd onionr
|
||||
python3 onionr.py
|
3
test.sh
Executable file
3
test.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd onionr
|
||||
./tests.py
|
Loading…
Reference in a new issue