#!/bin/sh
# setuid to your id: chmod u+s doquote
# use procmail to invoke this script
# when BB Quote arrives
export STOCK_HOME
STOCK_HOME=${HOME}/stk
cat - > /tmp/today.dat
${STOCK_HOME}/bin/fmttic /tmp/today.dat
rm -f /tmp/today.dat
