view feedworm.sh @ 188:e26210be221f

emit the feedEntries sorted by feed and by update date so they come out sorted
author dirk
date Wed, 14 Sep 2011 00:17:01 +0200
parents 5b131f82057d
children b7d41325386b
line wrap: on
line source

#!/bin/bash
DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8"

/usr/bin/python ./feedworm.py --backend sqlalchemy --dburl ${DB_URL}