tmux, bash, mgmt fiddling

This commit is contained in:
Robert Perce 2026-03-25 10:50:18 -05:00
parent 6649cfc78d
commit c653422734
11 changed files with 160 additions and 11 deletions

View file

@ -8,7 +8,7 @@ positional=(); parse_args "$@"
if [ -d "$mgmt_dir/fns" ]; then
while IFS= read -rd '' fnfile; do
source "$fnfile"
done < <(find "$functions" -type f -print0)
done < <(find "$mgmt_dir/fns" -type f -print0)
fi
PREFIX=""