Mercurial > hg > Feedworm
annotate feedworm.sh @ 87:b8bfd1bd6c55
use a proxy if one is configured. TODO: GUI for configuring the proxy server
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Wed, 17 Nov 2010 21:22:31 +0100 |
parents | faca24809ffd |
children | 5b131f82057d |
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 |
faca24809ffd
add script to launch feedworm gui against xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8" |
faca24809ffd
add script to launch feedworm gui against xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 |
faca24809ffd
add script to launch feedworm gui against xanthippe
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 /usr/bin/python ./feedworm-gui.py ${DB_URL} |