more structural organization of files/packages

This commit is contained in:
Martin Konecny 2013-05-16 13:41:56 -04:00
parent 1c87d51b8e
commit 888e6db812
12 changed files with 10 additions and 11 deletions

View file

@ -10,5 +10,5 @@ SCRIPT=`readlink -f $0`
# Absolute path this script is in
SCRIPTPATH=`dirname $SCRIPT`
cd ${SCRIPTPATH}/../
cd ${SCRIPTPATH}
timeout 45 python pyponotify.py "$@"