Utilities revamped
docker-system install moved into sz-install improvement of functionality and output on all other scripts
This commit is contained in:
parent
d6a9f59544
commit
726463c3ab
5 changed files with 284 additions and 75 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue