Files
build/lib/import-functions.sh
Ash 408bc67619 Add shebangs for shellcheck (#4493)
* Add shebangs for shellcheck

See #AR-1406

* Add shebangs for shellcheck

Also for `extensions` scripts
2022-11-27 21:44:50 +01:00

7 lines
146 B
Bash

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