summaryrefslogtreecommitdiffstats
path: root/run.sh
blob: 631aff927039da2059e313b5fb87f24bf2005af1 (plain)
1
2
3
4
5
6
7
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

export PYTHONPATH=$DIR/custodia
cd $DIR/custodia_pwmgr
python2.7 custodia_pwmgr.py
exit $?