From: W. Trevor King Date: Thu, 4 Oct 2012 23:03:59 +0000 (-0400) Subject: Update the r2e scripts to use -c/-d for locating config files. X-Git-Tag: v3.0~72^2~33 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df93ffc55cd07af561f9b91ae26c5d7ce0187bf9;p=rss2email.git Update the r2e scripts to use -c/-d for locating config files. --- diff --git a/r2e b/r2e index 453981a..a2cf9af 100755 --- a/r2e +++ b/r2e @@ -1,2 +1,2 @@ #!/bin/sh -python3 rss2email.py feeds.dat $* +python3 rss2email.py -c config -d feeds.dat $* diff --git a/r2e.bat b/r2e.bat index 65143df..79fee33 100755 --- a/r2e.bat +++ b/r2e.bat @@ -1 +1 @@ -@python3 rss2email.py feeds.dat %1 %2 %3 %4 %5 %6 %7 %8 %9 +@python3 rss2email.py -c config -d feeds.dat %1 %2 %3 %4 %5 %6 %7 %8 %9