From df93ffc55cd07af561f9b91ae26c5d7ce0187bf9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 4 Oct 2012 19:03:59 -0400 Subject: [PATCH] Update the r2e scripts to use -c/-d for locating config files. --- r2e | 2 +- r2e.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2