summaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-10-15 15:27:23 +0200
committerChristian Heimes <christian@python.org>2015-10-15 15:27:23 +0200
commit5be736d996f8c6cc85c4d6e859deeea7f7088698 (patch)
tree9a7ccbbfa609b9f150c69048dfb402aee672a448 /run.sh
downloadcustodia_pwmgr-5be736d996f8c6cc85c4d6e859deeea7f7088698.tar.gz
custodia_pwmgr-5be736d996f8c6cc85c4d6e859deeea7f7088698.tar.xz
custodia_pwmgr-5be736d996f8c6cc85c4d6e859deeea7f7088698.zip
Initial commit of Custodia client API example
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..631aff9
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
+
+export PYTHONPATH=$DIR/custodia
+cd $DIR/custodia_pwmgr
+python2.7 custodia_pwmgr.py
+exit $?