#!/bin/csh -v
set verbose

foreach file (macnha?)
echo sending $file...
echo "Macnethack distribution: $file" > header
echo "--- Erase this line before concatenating files: this is $file" >> header
cat header $file | mail -v aicchi\!dbb%uunet.uu.net
end
