[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] Better way to write a script
From: |
Ken Hornstein |
Subject: |
Re: [Nmh-workers] Better way to write a script |
Date: |
Thu, 03 Aug 2017 18:32:49 -0400 |
>For nmh 1.7,
>I just had to modify a one line script from
>
>scan -form /usr/local/nmh/etc/scan.time "$@"
>
>to
>
>scan -form /usr/local/nmh/etc/nmh/scan.time "$@"
>
>What would have been a better way to do that?
I think if you just did -form scan.time it will look in the "etc" directory,
which it already knows about.
--Ken