annotate feedworm.sh @ 199:1220e62b63dd

implement a somewhat useful unit test for the Feed class
author dirk
date Fri, 27 Jan 2012 02:51:36 +0100
parents b7d41325386b
children b7caf487bc54
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
80
faca24809ffd add script to launch feedworm gui against xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 #!/bin/bash
190
b7d41325386b switch to the couchdb backend as default
dirk
parents: 137
diff changeset
2 #DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8"
b7d41325386b switch to the couchdb backend as default
dirk
parents: 137
diff changeset
3 #/usr/bin/python ./feedworm.py --backend sqlalchemy --dburl ${DB_URL}
80
faca24809ffd add script to launch feedworm gui against xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4
190
b7d41325386b switch to the couchdb backend as default
dirk
parents: 137
diff changeset
5 /usr/bin/python ./feedworm.py --backend couchdb $*