I found that iTerm2 has a Python API that you can use to write some really useful scripts that make running your software projects locally a lot easier.
My goal is to have zipped website archives created once a week, with my process built on Docker, and the Synology task scheduler taking care of the work.
The run_me command is useful for any task where you might use different command line programs for the same semantic meaning (e.g. “build” or “execute”).