echo "configure script for AutoLogin Script v.91"
echo "This SHOULD work on all shells (ksh,bash,csh)"
echo "This script is for the air heads who couldnt figure out"
echo "How to use the script without 20 mins of tech support! :)"
echo "Making Backup Copy of autoin script (if exists)"
if which "autoin"
then
mv autoin autoin.bak
else
echo "No Previous versions found."
fi
echo "done!"
BASHLOC=`which bash`
if which "bash"
then
echo "Found Bash! Writing Line 1: #!$BASHLOC"
else
echo "Couldnt Find Bash! Halting Error 1!"
exit
fi
echo "#!$BASHLOC" > autoin
cat autoin.scr >> autoin
echo "Setting Permissions"
chmod u+x autoin
mkdir digir0x
echo "** IF YOU GET AN ERROR: NO SUCH FILE/DIR ABOVE, DISREGUARD! **"
echo "type autoin to start the script, type what you enter for abbrv"
echo "at your SHELL prompt, NOT FTP! to start a connection!"
echo "v2.01 - All IPs and Such are in digir0x"
echo "(c) digivamp [DMS] 420 TEAM! [DMS]"

