🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-11 16:08:50 -04:00
parent 10fb6bbdf6
commit d899c3ba8e
6 changed files with 33 additions and 16 deletions

View File

@@ -14,6 +14,10 @@
# @Resource :
# @sudo/root : no
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Set bash options
[ -n "$DEBUG" ] && set -x
set -o pipefail
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
APPNAME="$(basename "$0")"
VERSION="202207112331-git"
USER="${SUDO_USER:-${USER}}"