=First commit
This commit is contained in:
parent
14020e28d4
commit
7ce0f968e8
27 changed files with 476 additions and 0 deletions
9
_home/private_dot_config/sz.env/PATH_truestuff.env
Normal file
9
_home/private_dot_config/sz.env/PATH_truestuff.env
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
|
||||
|
||||
if is_cmd midclt; then
|
||||
export SCALE_POOL="$(midclt call "kubernetes.config" 2>/dev/null | jq -r '.pool')"
|
||||
[ -d "/mnt/$SCALE_POOL" ] || unset SCALE_POOL
|
||||
fi
|
||||
|
||||
[ -n "$SCALE_POOL" ] && export SCALE_POOL_ROOT=/mnt/$SCALE_POOL && export PATH="$SCALE_POOL_ROOT/_apps.data/_scripts/truestuff:$PATH"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue