#!/bin/csh
#
# Build the shadowvui system
#

source /sware/com/idl-7.0/idl70/bin/idl_setup

# updating data is usually not needed
echo "@MakeINES.pro" | idl



echo "Installing file: mv /tmp/ines.sav /scisoft/xop2.3/extensions/ines/"
/bin/mv /tmp/ines.sav /scisoft/xop2.3/extensions/ines/

exit
