view feedupdate.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
line wrap: on
line source

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

./feedupdate.py --backend sqlalchemy --dburl ${DB_URL}