1 2 3 4 5 6 7
#!/bin/sh set -eu export LANG=POSIX.UTF-8 find src/* -type f -perm -111 | varlist 'sources.sh'