aboutsummaryrefslogtreecommitdiff
path: root/run-hs-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-hs-test.sh')
-rwxr-xr-xrun-hs-test.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/run-hs-test.sh b/run-hs-test.sh
new file mode 100755
index 0000000..109ba15
--- /dev/null
+++ b/run-hs-test.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+export PATH=~/University/COMP3020/tor/src/or:$PATH
+
+./chutney stop networks/hidden-service
+rm -rf net/nodes
+./chutney configure networks/hidden-service
+./chutney start networks/hidden-service