#! /bin/sh
#  getisi -- Download isi.tgz from OCIW server
#me=`logname`
#myhost=`hostname`
#pass="${me}@${myhost}"    # or, edit to insert your email address
##
#ftp -nv <<EOF
#open  ftp.obs.carnegiescience.edu
#user  anonymous  $pass
#cd  pub/clardy
#binary
#get  isi.tgz
#quit
#EOF
##
#echo "Use command:   tar xfz isi.tgz"
#echo " to extract the files."
##
#exit
echo "*************************************************"
echo "Use of this script is depricated. Pease visit:"
echo "https://code.obs.carnegiescience.edu/maskgen"
echo "to get the latest version of maskgen"
echo "*************************************************"

