Remove dependency on version.sh library file

This commit is contained in:
Eric Torres
2022-10-01 12:38:55 -07:00
parent 7eda5e8c93
commit d598319760
5 changed files with 9 additions and 17 deletions

View File

@@ -11,13 +11,16 @@ for f in "$LIBDIR"/*.sh; do
source "${f}"
done
# Constants
VERSION=2.0.0
BOOT_DIR='/boot'
ETC_DIR='/etc'
# Helper functions
function help() {
cat <<HELPMESSAGE
$(basename "$0") $MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION
$(basename "$0") $VERSION
Usage: $(basename "$0") [-h|--help] [options] [patterns]