Mercurial > hg > Feedworm
comparison feedupdate.sh @ 134:40163eac0d27
rename feedupdate-main to feedupdate, adjust the launch script
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 23 Aug 2011 03:49:29 +0200 |
parents | e24777e346e7 |
children | 5b131f82057d |
comparison
equal
deleted
inserted
replaced
133:9e1e6b96d8b0 | 134:40163eac0d27 |
---|---|
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 ./feedupdate-main.py ${DB_URL} | 4 ./feedupdate.py ${DB_URL} |