summaryrefslogtreecommitdiff
path: root/scripts/dev-proxy
Side-by-side diff
Diffstat (limited to 'scripts/dev-proxy') (more/less context) (show whitespace changes)
-rwxr-xr-xscripts/dev-proxy7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/dev-proxy b/scripts/dev-proxy
new file mode 100755
index 0000000..e5980e3
--- a/dev/null
+++ b/scripts/dev-proxy
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+readonly CURR_DIR=$(cd "$(dirname "$0")"; pwd -P)
+
+#${CURR_DIR}/proxy/main.py $@
+python ${CURR_DIR}/proxy/main.py $@
+#twistd -y ${CURR_DIR}/proxy/main.py --pidfile=${CURR_DIR}/../target/proxy/proxy.pid --logfile=${CURR_DIR}/../target/proxy/logs/proxy.log \ No newline at end of file