Notify.pm: avoid rev-list hash..0000 on ref deletions
[girocco.git] / toolbox / run-taskd.sh
blob165a44c57cb86a5076d4cb692ed48c5e10284e9f
1 #!/bin/sh
3 cd "$HOME"
5 if [ "$1" = "--shell" ]; then
6 shift
7 perl -I@basedir@/taskd @basedir@/taskd/taskd.pl "$@"
8 exec "$SHELL" -l -i
9 fi
10 exec perl -I@basedir@/taskd @basedir@/taskd/taskd.pl "$@"