ミラー元
http://git.whoc.org.uk/git/password-manager.git
前回の同期 2026-03-14 10:28:45 +01:00
7 行
267 B
Bash
実行ファイル
7 行
267 B
Bash
実行ファイル
#!/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 |