added WIP
This commit is contained in:
parent
87fdd64328
commit
b5e3882617
@ -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
|
||||
|
21
mainmenu.sh
21
mainmenu.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user