more global functions

This commit is contained in:
mfgbhatti 2022-01-24 20:13:32 +00:00
parent 9128360362
commit 7325bb1bf2
1 changed files with 9 additions and 1 deletions

View File

@ -32,6 +32,14 @@ check_root() {
fi fi
} }
invalid_option() {
# invalid option message
echo -ne "Please select a valid option: \n"
}
# ask user for option
PROMPT="Please enter your option: "
logo () { logo () {
# This will be shown on every set as user is progressing # This will be shown on every set as user is progressing
echo -ne " echo -ne "