#!/bin/sh #Script to download resistivity data set for the resistivity observations exercise echo "Content-type: application/dat"; echo; cat /usr/local/apache/htdocs/ES304/MODULES/RES/OBSERVATIONS/rres.dat;