#!/bin/sh echo "Content-type: text/csv\n" # set environment variables. . /u/catcom/catcom_vars OPDIRCSVFILE="TF203opdir.csv" cat $OPDIRCSVFILE exit 0