added start-windows

master
Kevin Froman 2018-01-15 15:01:13 -06:00
parent 9e53a1126b
commit f850fafc72
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
2 changed files with 6 additions and 0 deletions

3
RUN-WINDOWS.bat Normal file
View File

@ -0,0 +1,3 @@
@echo off
cd onionr
python3 onionr.py

3
test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
cd onionr
./tests.py