nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] changes to mark.man

2017-03-20 07:13:55
Ralph Corderoy wrote:
I think I see what that's doing.
Here's a shorter equivalent, hopefully.  :-)

    #! /usr/local/bin/dash

    test $# -eq 0 && set cur

    case "$(folder -fast)" in
        lists|obsd|nmh) g=-group;;
        *) g=;;
    esac

    exec /usr/local/bin/repl $g "$@"

Thanks Ralph - TMTOWTDI!

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>