Mercurial > hg > Feedworm
comparison 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 |
comparison
equal
deleted
inserted
replaced
136:7217b060b39c | 137:5b131f82057d |
---|---|
1 #!/bin/bash | 1 #!/bin/bash |
2 DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" | 2 DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" |
3 | 3 |
4 /usr/bin/python ./feedworm-gui.py ${DB_URL} | 4 /usr/bin/python ./feedworm.py --backend sqlalchemy --dburl ${DB_URL} |