#! /bin/zsh # CODYlib -*- mode:Makefile -*- # Copyright (C) 2019-2020 Nathan Sidwell, nathan@acm.org # License Apache v2.0 pushd ${0%/*} setopt nullglob for subdir in $@ ; do echo $subdir/*(.^*) done popd