# Shell script to invoke the Timetabling program

echo "HJ"
echo "The following is the TimeTabling Program"
echo "----------------------------------------"
echo " "
echo " "
echo "This allows one to enter slots for the courses and"
echo "also finds conflicting courses"
echo " "
echo " "
java TimeTable
