pass commandline args to python scripts

This commit is contained in:
Patrick Ulbrich
2013-11-30 12:43:40 +01:00
parent cf2ad282ad
commit 0ab5f91fb7
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
LIB_DIR=./Mailnag
cd $(dirname $(readlink -f $0))
python2 $LIB_DIR/config.py
python2 $LIB_DIR/config.py $@

View File

@@ -2,5 +2,5 @@
LIB_DIR=./Mailnag
cd $(dirname $(readlink -f $0))
python2 $LIB_DIR/mailnag.py &
python2 $LIB_DIR/mailnag.py $@ &