view feedupdate.sh @ 259:304917762618 default tip

implementation of feed updates
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 12 Mar 2019 02:41:22 +0100
parents 5b131f82057d
children
line wrap: on
line source

#!/bin/bash
DB_URL="mysql://root:mysql@xanthippe/feedworm?use_unicode=1&charset=utf8"

./feedupdate.py --backend sqlalchemy --dburl ${DB_URL}