|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 356 (0x164) Types: TextFile Names: »printmail«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦4fd8323b9⟧ »EurOpenD3/mail/elm2.3.tar.Z« └─⟦698c4f91f⟧ └─⟦this⟧ »utils/printmail«
: Use /bin/sh # printmail: part of the Elm mail system # @(#)$Id: printmail,v 4.1 90/04/28 22:44:50 syd Exp $ if [ "$1" = "-p" ]; then flags="-p";shift fi if [ "$1" != "" ]; then if [ ! -r $1 ]; then echo printmail: cannot open folder $1 1>&2 exit 1 else flags="$flags -f $1" fi fi # and now invoke readmsg exec readmsg $flags \*