Files
build/lib/import-functions.sh
2022-10-08 14:37:22 +02:00

7 lines
138 B
Bash

#!/bin/bash
while read -r file; do
# shellcheck source=/dev/null
source "$file"
done <<< "$(find "${SRC}/lib/functions" -name "*.sh")"