#!/bin/sh #for recipient in ` cd keys; ls -1 `; do for recipient in peter@palfrader.org; do echo $recipient mutt -s 'LinuxTag Keysigning Party: List of participants' -a ksp-lt2k5.txt -c ksp-lt2k5@palfrader.org $recipient < mail-header done