#!/bin/tcsh -f
# fmb, 20001109, 20040922, 20160809

echo 'Content-type: text/html'
echo ''
echo '<html>'
echo '<head><meta charset="UTF-8"><TITLE>F. Morán - Finger gateway</title></head>'
echo '<body background="/~fmb/pict/web_bkg.gif">'
echo '<pre>'
finger $1
echo '</pre>'
echo '</body>'
echo '</html>'

