From c81b7f986867db292d62a1757123723b5ef66518 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 12 Dec 2001 19:52:40 +0000 Subject: Initial revision --- htdig-run-all | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 htdig-run-all (limited to 'htdig-run-all') diff --git a/htdig-run-all b/htdig-run-all new file mode 100755 index 0000000..dda25e6 --- /dev/null +++ b/htdig-run-all @@ -0,0 +1,10 @@ +#!/bin/sh + +#sites="jones ror retraad_artikler diskurs" +for site in `ls /etc/htdig/*.conf`; do + sites="$sites `basename $site .conf`" +done + +for site in $sites; do + /usr/local/sbin/htdig-run $site $@ +done -- cgit v1.2.3