organisation en module python

This commit is contained in:
Daniel STAN 2015-06-01 21:41:27 +02:00
parent 58bbcde8ee
commit f826e0ebc6
5 changed files with 21 additions and 9 deletions

12
utils/dev_cpasswords Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
# Où trouver le paquet python
PKG_DIR=~/cranspasswords
# Où trouver la conf client
CONF=~/.config/cpasswords
# Binaire python
PYTHON=/usr/bin/python
/usr/bin/env PYTHONPATH=$PKG_DIR CRANSPASSWORDS_CLIENT_CONFIG_DIR=$CONF $PYTHON $PKG_DIR/cpasswords/client.py "$@"