more global functions
This commit is contained in:
parent
9128360362
commit
7325bb1bf2
|
|
@ -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 "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue