Mercurial > hg > Feedworm
view feedupdate.sh @ 196:a9ba3e3a9a9a
log the publish date of a feed entry that's stored in the database
author | dirk |
---|---|
date | Tue, 24 Jan 2012 08:25:29 +0100 |
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}