echo "-----------"
echo "files wild life"
echo "-----------"
echo "1 ee1 - view any .h file (2.16) next to (below) 1.02 version"
echo "1 ee1 - also edit (current) .h files"
echo "2 ee2 - edit any .c file (current) next to (below) 1.02 version"
echo "---------------------------------------------"
echo "3 ee3 - diff any (2.16) .h file - with 1.02 version"
echo "4 ee4 - diff any (current) .c file - with 1.02 version"
echo "----------------------------------------------"
echo "5 ee5 - edit any (current) .c file next to def_glob.h"
echo "6 ee6 - edit any (current).c file next to def_proto.h"
echo "----------------------------------------------"
echo "111 make and view"
echo "112 test ./wildlife on djd_pitch.lf"
echo "113 djd_pitch OUTPUT"
echo "114 gdb ./wildlife"
echo "116 Run and View Test Suite"
echo "117 Only View Test Suite"
echo "118 Run and View One (current) Test"
echo "119 Run wild_life interactively"
echo "120 Run and View Darland Philosophy"
echo "121 Edit Darland Philosophy Facts"
echo "122 Edit Darland Philosophy Rules"

echo "777 NOTES_DJD.txt"
echo "888 NOTES_HAK.txt"
echo "999 quit"
echo "select"
read select
while [ $select -ne 999 ]
do 
case $select in
1) ./ee1 ;;
2) ./ee2 ;;
3) ./ee3 ;;
4) ./ee4 ;;
5) ./ee5 ;;
6) ./ee6 ;;

111) ./mk.sh;;

112) ./pitch.sh;;
113) $EDITOR pitch/pitch.out pitch/pitch.errout & ;;
114) gdb ./wild_life;;
116) ./ts.sh 1;;
117) ./ts2.sh;;
118) ./tsnow.sh;;
119)  wild_life;;
120) ./tsda.sh 1;;
121) ./da_fa.sh 1;;
122) ./da_ru.sh 1;;


777) $EDITOR NOTES_DJD.txt & ;;
888) $EDITOR NOTES_HAK.txt & ;;

esac

echo "-----------"
echo "files wild life"
echo "-----------"
echo "1 ee1 - view any .h file (2.16) next to (below) 1.02 version"
echo "1 ee1 - also edit (current) .h files"
echo "2 ee2 - edit any .c file (current) next to (below) 1.02 version"
echo "---------------------------------------------"
echo "3 ee3 - diff any (2.16) .h file - with 1.02 version"
echo "4 ee4 - diff any (current) .c file - with 1.02 version"
echo "----------------------------------------------"
echo "5 ee5 - edit any (current) .c file next to def_glob.h"
echo "6 ee6 - edit any (current).c file next to def_proto.h"
echo "----------------------------------------------"
echo "111 make"
echo "112 test ./wildlife on djd_pitch.lf"
echo "113 djd_pitch OUTPUT"
echo "114 gdb ./wildlife"
echo "116 Run and View Test Suite"
echo "117 Only View Test Suite"
echo "118 Run and View One (current) Test"
echo "119 Run wild_life interactively"
echo "120 Run and View Darland Philosophy"
echo "121 Edit Darland Philosophy Facts"
echo "122 Edit Darland Philosophy Rules"

echo "777 NOTES_DJD.txt"
echo "888 NOTES_HAK.txt"
echo "999 quit"
echo "select"
read select

done
