tmux, bash, mgmt fiddling
This commit is contained in:
parent
6649cfc78d
commit
c653422734
11 changed files with 160 additions and 11 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue