A bash implementation of run-parts, which runs every executable in a directory in name order. The concept comes from Debian, with the --lsbsysinit and --regex extensions from Ubuntu.
A bash implementation of run-parts, which runs every executable in a directory in name order. The concept comes from Debian, with the --lsbsysinit and --regex extensions from Ubuntu.
To install run-parts, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install run-parts
To see what files were installed by run-parts, run:
port contents run-parts
To later upgrade run-parts, run:
sudo port selfupdate && sudo port upgrade run-parts
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.