This commit is contained in:
tteckster 2023-03-21 15:14:03 -04:00 committed by GitHub
parent 9f9d776661
commit 20025269f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@
#echo "$FUNCTIONS_FILE_PATH" | . /dev/stdin
#eval "$(cat $FUNCTIONS_FILE_PATH)"
#eval "$(cat -- "$FUNCTIONS_FILE_PATH")"
echo "$FUNCTIONS_FILE_PATH" | source /dev/stdin
#echo "$FUNCTIONS_FILE_PATH" | source /dev/stdin
source /dev/fd/0 << EOF
$FUNCTIONS_FILE_PATH
EOF
color
verb_ip6