My philosophy on shell scripts is,
when publishing a script for others to use,
avoid relying on extensions like GNU find -print0
or bash arrays.
I figure if you’re going to ask someone to keep track of dependencies,
you might as well choose good ones.
Somehow I’ve never used my existing tools to display my particular formulation of this philosophy, until now.