From f850fafc726be325f02abb87732cc828783f9059 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Mon, 15 Jan 2018 15:01:13 -0600 Subject: [PATCH] added start-windows --- RUN-WINDOWS.bat | 3 +++ test.sh | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 RUN-WINDOWS.bat create mode 100755 test.sh diff --git a/RUN-WINDOWS.bat b/RUN-WINDOWS.bat new file mode 100644 index 00000000..5a8f5dbd --- /dev/null +++ b/RUN-WINDOWS.bat @@ -0,0 +1,3 @@ +@echo off +cd onionr +python3 onionr.py diff --git a/test.sh b/test.sh new file mode 100755 index 00000000..7d658faf --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh +cd onionr +./tests.py