|
|
|
|
|
by camilomatajira
267 days ago
|
|
This is very useful, though I would recommend using a Makefile instead.
You will get a lot out of the box: completion in your shell, idempotency (in case you are interested), useful string interpolation, easy variables injection, etc. You could keep the content of your bash functions close to intact by adding the
".ONESHELL:" target (and some \$). |
|
https://github.com/casey/just