more global functions

This commit is contained in:
mfgbhatti 2022-01-24 20:17:45 +00:00
parent 3ced16335c
commit 53bee6406a
1 changed files with 8 additions and 0 deletions

View File

@ -42,6 +42,14 @@ invalid_option() {
echo -ne "Please select a valid option: \n"
}
# make a title
title () {
echo -ne "\n"
echo -ne "------------------------------------------------------------------------\n"
echo -ne "\t\t\t$1\n"
echo -ne "------------------------------------------------------------------------\n"
}
# ask user for option
PROMPT="Please enter your option: "