#!/bin/sh set -e if [ ! -d ~/.rss2email ]; then mkdir ~/.rss2email fi cd ~/.rss2email exec @PYTHONCMD@ @DATADIR@/rss2email.py feeds.dat $*