cmdseq allows users to execute interleaved sequences of commands.
cmdseq allows users to execute interleaved sequences of commands. Assuming the same counts and commands, on each execution cmdseq executes one of the commands, cycling through the sequence and wrapping back to the beginning when it is complete.
cmdseq allows users to execute interleaved sequences of commands. Assuming the same counts and commands, on each execution cmdseq executes one of the commands, cycling through the sequence and wrapping back to the beginning when it is complete.
To install cmdseq, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cmdseq
To see what files were installed by cmdseq, run:
port contents cmdseq
To later upgrade cmdseq, run:
sudo port selfupdate && sudo port upgrade cmdseq
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.