/.host/script.sh
EOF
find "$scriptdir" -mindepth 1 -maxdepth 1 -type f |
find "$scriptdir"/ -mindepth 1 -maxdepth 1 -type f |
sort -n |
while read script; do
[ -x "$script" ] || continue