mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 19:40:21 +01:00
* Added pwd befor directory change for reference point for relative
path argument.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Simple wraper to launch python application from desired place.
|
||||
current_dir="`pwd`"
|
||||
cd ~/Devel/Python/pyGTKtalog
|
||||
#export PYTHONPATH="$PYTHONPATH:/home/gryf/Devel/Python/pyGTKtalog/mvc"
|
||||
#exec python -OO pygtktalog.py $@
|
||||
exec python pygtktalog.py $@
|
||||
exec python pygtktalog.py "$current_dir" "$@"
|
||||
|
||||
Reference in New Issue
Block a user