#!/bin/csh
## $local/com/run_install
## Easy way to run the installation, so as to see what is happening and
## have a log file

echo "The output of the installation script will go into file install.log"
echo 'When output pauses with "--More--" at the bottom of the page,'
echo "press the space bar"
echo ""

./INSTALL_MOTIF_POPLOG | tee install.log | more
