#!/bin/sh
(echo ;  grep -v '\.\.\.\.' $* | awk '/1400/ {exit}
{printf "@%%%s = %%%s\n",$2,$3}') > send.tmp
tail -1 send.tmp
../send send.tmp
