I use a Makefile as a task-runner. You can put this in your folder and modify as you see fit.
I make some assumptions here.
- You know what Makefiles are and you kinda-sorta know how to use them
- You have
make
installed on your computer. For macos you can usexcode-select
from the command line.
Simply copy the Makefile into a folder where you will run your shortcuts or automations.
Simple typing make
in the same folder shoudl output the following:
simplecto:~ sam$ curl -sL https://simplecto.com/makefile/ > Makefile
simplecto:~ sam$ make
sample This is a sample command
simplecto:~ sam$
If you see the above then you are good to go. Simply start making additions to your Makefile
.
Contributions, bugs, questions, and other improvements are welcome. I accept pull requests.