Treating unfinished jobs + start_chart

This commit is contained in:
Lockszmith 2023-05-31 22:56:18 -04:00
parent b34716210e
commit 8320cec425
8 changed files with 87 additions and 12 deletions

View file

@ -2,7 +2,7 @@
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
. ${SHRC_D:-$USER_HOME/.sz.shrc.d}/01_util.functions
set -e