#!/bin/sh
# AsciiToSetup
# IRIS input pipe used to automatically set melting height.
#
# If you need to debug problems, then use this line instead
#setup_change -load > /dev/null
setup_change -load 2>&1 > /dev/null
if [ "$?" != "0" ] ; then exit 1 ; fi
# The "exit 3" statement tells IRIS that the pipe is producing 
# no output file.
exit 3
