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

@ -30,7 +30,15 @@ check_root() {
echo -ne "Error: This script has to be run under the 'root' user!"
exit 1
fi
}
}
invalid_option() {
# invalid option message
echo -ne "Please select a valid option: \n"
}
# ask user for option
PROMPT="Please enter your option: "
logo () {
# This will be shown on every set as user is progressing