#!/bin/csh # # Name: dx_get_datadir # Author: ajwm (A.J.Mee@ncl.ac.uk) # Date: 02-12-2002 # CVS: $Id$ # Description: # Read in a datadir.in if it exists and output the contents # For reading into DX # # 02-dec-02/tony: coded # # ---------------------------------------------------------------------- # if (-e datadir.in) then cat datadir.in else echo 'data' endif echo 1 echo 2