Utilities revamped

docker-system install moved into sz-install
improvement of functionality and output on all other scripts
This commit is contained in:
Gal Szkolnik 2022-10-05 21:53:39 -04:00
parent d6a9f59544
commit 726463c3ab
5 changed files with 284 additions and 75 deletions

View file

@ -1,4 +1,5 @@
#! /usr/bin/env bash
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
USER_HOME=$HOME
[[ -n "${SUDO_USER}" ]] && USER_HOME="$(eval "echo ~${SUDO_USER}")"
. ${SHRC_D:-$USER_HOME/.pqb.shrc.d}/01_util.functions