runparts
Runparts, also seen as run-parts, is a small utility used on Unix-like systems to execute all executable files contained within a specified directory. It is commonly employed by maintenance workflows such as those in cron.daily or other cron-based directories to run a collection of scripts in a batch.
The typical purpose of runparts is to simplify running multiple scripts without writing a custom launcher.
Options and behavior can vary by implementation and packaging. Common features include a verbose mode to report
Origins and usage context: runparts is a small, portable utility that gained prominence in Debian-based systems
See also: cron, init and system initialization directories, and the general concept of run-level or timer-based