Mercurial > hg > Feedworm
diff feedworm.sh @ 137:5b131f82057d
allow choosing the backend via commandline option
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 23 Aug 2011 14:36:58 +0200 |
parents | faca24809ffd |
children | b7d41325386b |
line wrap: on
line diff
--- a/feedworm.sh Tue Aug 23 04:15:46 2011 +0200 +++ b/feedworm.sh Tue Aug 23 14:36:58 2011 +0200 @@ -1,4 +1,4 @@ #!/bin/bash DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" -/usr/bin/python ./feedworm-gui.py ${DB_URL} +/usr/bin/python ./feedworm.py --backend sqlalchemy --dburl ${DB_URL}