summaryrefslogtreecommitdiff
path: root/attic/big-http-test/docker-main.sh
diff options
context:
space:
mode:
Diffstat (limited to 'attic/big-http-test/docker-main.sh')
-rwxr-xr-xattic/big-http-test/docker-main.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/attic/big-http-test/docker-main.sh b/attic/big-http-test/docker-main.sh
deleted file mode 100755
index 29cdced9..00000000
--- a/attic/big-http-test/docker-main.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
-
-/zerotier-one -d >>zerotier-one.out 2>&1
-
-# Wait for ZeroTier to start and join the network
-while [ ! -d "/proc/sys/net/ipv6/conf/zt0" ]; do
- sleep 0.25
-done
-
-# Wait just a bit longer for stuff to settle
-sleep 5
-
-exec node --harmony /agent.js >>agent.out 2>&1
-#exec node --harmony /agent.js