Archived posting to the Leica Users Group, 2003/07/30
[Author Prev] [Author Next] [Thread Prev] [Thread Next] [Author Index] [Topic Index] [Home] [Search]> Even our LIST OWNER, Brian, would not consider putting up his pictures because we are "a tough crowd." I'm a computer operations guy. I'd be delighted to post my software. For example, here's a little shell script: #! /bin/sh # # This script adds an incoming leica-users digest volume to the # searchable archives and to the website. # # Context: run in /local/majordomo/mejac/aliases from sendmail wrapper. # REALM=$1 LIST=$2 export REALM LIST set `grep '^digest_volume' /local/majordomo/${REALM}/lists/${LIST}-digest.config ` VOL=${3} export VOL /usr/local/bin/mhonarc -add -quiet \ -outdir /a3/mhonarc/${LIST}/v${VOL}/ \ -rcfile /local/majordomo/${REALM}/mhonarc/${LIST}.mrc - -- To unsubscribe, see http://mejac.palo-alto.ca.us/leica-users/unsub.html