1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 02:17:36 +01:00

Updated builder script

This commit is contained in:
Clipperz
2013-01-08 16:12:19 +01:00
parent 596e94dca4
commit 25bd3085c5
10 changed files with 293 additions and 32 deletions

7
scripts/dev-proxy Executable file
View File

@@ -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