mirror of
https://github.com/casjaysdevdocker/neovim
synced 2025-01-18 12:34:26 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
9f94c6e8fb
commit
2fb890f4cc
@ -16,18 +16,16 @@
|
|||||||
# @@sudo/root :
|
# @@sudo/root :
|
||||||
# @@Template : other/docker-entrypoint
|
# @@Template : other/docker-entrypoint
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
# Set bash options
|
||||||
|
[ -n "$DEBUG" ] && set -x
|
||||||
|
set -o pipefail
|
||||||
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
APPNAME="$(basename "$0" 2>/dev/null)"
|
APPNAME="$(basename "$0" 2>/dev/null)"
|
||||||
VERSION="202207202102-git"
|
VERSION="202207202102-git"
|
||||||
HOME="${USER_HOME:-$HOME}"
|
HOME="${USER_HOME:-$HOME}"
|
||||||
USER="${SUDO_USER:-$USER}"
|
USER="${SUDO_USER:-$USER}"
|
||||||
RUN_USER="${SUDO_USER:-$USER}"
|
RUN_USER="${SUDO_USER:-$USER}"
|
||||||
SRC_DIR="${BASH_SOURCE%/*}"
|
SRC_DIR="${BASH_SOURCE%/*}"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
|
||||||
# Set bash options
|
|
||||||
[[ "$1" == "--debug" ]] && set -xo pipefail && export SCRIPT_OPTS="--debug" && export _DEBUG="on"
|
|
||||||
[[ "$1" == "--raw" ]] && SHOW_RAW="true" && printf_color() { printf '%b' "$1" | tr -d '\t\t' | sed '/^%b$/d;s,\x1B\[[0-9;]*[a-zA-Z],,g'; }
|
|
||||||
set -o pipefail
|
|
||||||
|
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# Set functions
|
# Set functions
|
||||||
__version() { echo -e ${GREEN:-}"$VERSION"${NC:-}; }
|
__version() { echo -e ${GREEN:-}"$VERSION"${NC:-}; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user