view feedupdate.sh @ 183:ac1de0a467fd

clean up
author dirk
date Sun, 11 Sep 2011 06:51:14 +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}