: !/bin/sh # create t21 acccode unload file if [ "$1" = "" ]; then t21acccodefile="t21acccode.unl" else t21acccodefile="$1" fi tmpt21acccodefile="/tmp/t21acccodetmp$$.unl" rm -f "$t21acccodefile" "$tmpt21acccodefile" runisql <$t21acccodefile rm -f "$tmpt21acccodefile" exit 0