added WIP
This commit is contained in:
parent
87fdd64328
commit
b5e3882617
@ -12,12 +12,18 @@ read -r CONTATCS
|
|||||||
|
|
||||||
if [ "$CONTATCS" = "1" ]
|
if [ "$CONTATCS" = "1" ]
|
||||||
then
|
then
|
||||||
|
echo "WIP"
|
||||||
|
sleep 2
|
||||||
|
source conactsmenu.sh
|
||||||
source listcontacts.sh
|
source listcontacts.sh
|
||||||
elif [ "$CONTATCS" = "2" ]
|
elif [ "$CONTATCS" = "2" ]
|
||||||
then
|
then
|
||||||
source addcontact-menu.sh
|
source addcontact-menu.sh
|
||||||
elif [ "$CONTATCS" = "3" ]
|
elif [ "$CONTATCS" = "3" ]
|
||||||
then
|
then
|
||||||
|
echo "WIP"
|
||||||
|
sleep 2
|
||||||
|
source conactsmenu.sh
|
||||||
source delete contact.sh
|
source delete contact.sh
|
||||||
elif [ "$CONTATCS" = "4" ]
|
elif [ "$CONTATCS" = "4" ]
|
||||||
then
|
then
|
||||||
@ -28,7 +34,7 @@ elif [ "$CONTATCS" = "5" ]
|
|||||||
echo "Cleaning up.."
|
echo "Cleaning up.."
|
||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
clear
|
|
||||||
echo "${red}There was an error${reset}" 1>&2
|
echo "${red}There was an error${reset}" 1>&2
|
||||||
source contactsmenu.sh
|
source contactsmenu.sh
|
||||||
fi
|
fi
|
||||||
|
21
mainmenu.sh
21
mainmenu.sh
@ -13,21 +13,36 @@ read -r MENU
|
|||||||
|
|
||||||
if [ "$MENU" = "1" ]
|
if [ "$MENU" = "1" ]
|
||||||
then
|
then
|
||||||
source accounts.sh
|
echo "WIP"
|
||||||
|
sleep 2
|
||||||
|
source mainmenu.sh
|
||||||
|
#source accounts.sh
|
||||||
elif [ "$MENU" = "2" ]
|
elif [ "$MENU" = "2" ]
|
||||||
then
|
then
|
||||||
source transfer.sh
|
echo "WIP"
|
||||||
|
sleep 2
|
||||||
|
source mainmenu.sh
|
||||||
|
#source transfer.sh
|
||||||
elif [ "$MENU" = "3" ]
|
elif [ "$MENU" = "3" ]
|
||||||
then
|
then
|
||||||
source contactsmenu.sh
|
source contactsmenu.sh
|
||||||
elif [ "$MENU" = "4" ]
|
elif [ "$MENU" = "4" ]
|
||||||
then
|
then
|
||||||
|
echo "WIP"
|
||||||
|
sleep 2
|
||||||
|
source mainmenu.sh
|
||||||
source activities.sh
|
source activities.sh
|
||||||
elif [ "$MENU" = "5" ]
|
elif [ "$MENU" = "5" ]
|
||||||
then
|
then
|
||||||
|
echo "WIP"
|
||||||
|
sleep 2
|
||||||
|
source mainmenu.sh
|
||||||
source services.sh
|
source services.sh
|
||||||
elif [ "$MENU" = "6" ]
|
elif [ "$MENU" = "6" ]
|
||||||
then
|
then
|
||||||
|
echo "WIP"
|
||||||
|
sleep 2
|
||||||
|
source mainmenu.sh
|
||||||
source settingsmenu.sh
|
source settingsmenu.sh
|
||||||
elif [ "$MENU" = "7" ]
|
elif [ "$MENU" = "7" ]
|
||||||
then
|
then
|
||||||
@ -35,6 +50,6 @@ elif [ "$MENU" = "7" ]
|
|||||||
exit
|
exit
|
||||||
else
|
else
|
||||||
echo "${red}There was an error${reset}" 1>&2
|
echo "${red}There was an error${reset}" 1>&2
|
||||||
clear
|
|
||||||
source mainmenu.sh
|
source mainmenu.sh
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user