added WIP

This commit is contained in:
Shihaam Abdul Rahman 2021-04-28 07:23:55 +05:00
parent 87fdd64328
commit b5e3882617
2 changed files with 25 additions and 4 deletions

View File

@ -12,12 +12,18 @@ read -r CONTATCS
if [ "$CONTATCS" = "1" ]
then
echo "WIP"
sleep 2
source conactsmenu.sh
source listcontacts.sh
elif [ "$CONTATCS" = "2" ]
then
source addcontact-menu.sh
elif [ "$CONTATCS" = "3" ]
then
echo "WIP"
sleep 2
source conactsmenu.sh
source delete contact.sh
elif [ "$CONTATCS" = "4" ]
then
@ -28,7 +34,7 @@ elif [ "$CONTATCS" = "5" ]
echo "Cleaning up.."
exit
else
clear
echo "${red}There was an error${reset}" 1>&2
source contactsmenu.sh
fi

View File

@ -13,21 +13,36 @@ read -r MENU
if [ "$MENU" = "1" ]
then
source accounts.sh
echo "WIP"
sleep 2
source mainmenu.sh
#source accounts.sh
elif [ "$MENU" = "2" ]
then
source transfer.sh
echo "WIP"
sleep 2
source mainmenu.sh
#source transfer.sh
elif [ "$MENU" = "3" ]
then
source contactsmenu.sh
elif [ "$MENU" = "4" ]
then
echo "WIP"
sleep 2
source mainmenu.sh
source activities.sh
elif [ "$MENU" = "5" ]
then
echo "WIP"
sleep 2
source mainmenu.sh
source services.sh
elif [ "$MENU" = "6" ]
then
echo "WIP"
sleep 2
source mainmenu.sh
source settingsmenu.sh
elif [ "$MENU" = "7" ]
then
@ -35,6 +50,6 @@ elif [ "$MENU" = "7" ]
exit
else
echo "${red}There was an error${reset}" 1>&2
clear
source mainmenu.sh
fi