🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-11 16:07:53 -04:00
parent c107bff4ba
commit cbdd2f900f
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -13,15 +13,15 @@
# @Other : # @Other :
# @Resource : # @Resource :
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set bash options
[ -n "$DEBUG" ] && set -x
set -o pipefail
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
APPNAME="$(basename "$0" 2>/dev/null)" APPNAME="$(basename "$0" 2>/dev/null)"
VERSION="202112111512-git" VERSION="202112111512-git"
USER="${SUDO_USER:-${USER}}" USER="${SUDO_USER:-${USER}}"
HOME="${USER_HOME:-${HOME}}" HOME="${USER_HOME:-${HOME}}"
SRC_DIR="${BASH_SOURCE%/*}" SRC_DIR="${BASH_SOURCE%/*}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set bash options
if [[ "$1" == "--debug" ]]; then shift 1 && set -xo pipefail && export SCRIPT_OPTS="--debug" && export _DEBUG="on"; fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -' # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -'
# Set functions # Set functions
__help() { __help() {