0.5.4-0 stable version.
[feedingit] / src / FeedingIt
1 #!/bin/sh
2 case "$1" in
3 update)
4     dbus-send --print-reply --dest='org.maemo.feedingit' --session /org/maemo/feedingit org.maemo.feedingit.Update
5     ;;
6 status)
7     dbus-send --print-reply --dest='org.maemo.feedingit' --session /org/maemo/feedingit org.maemo.feedingit.GetStatus
8     ;;
9 *)
10     cd /opt/FeedingIt
11     python2.5 FeedingIt.py
12     ;;
13 esac