Files
bake/README.md
T
2019-09-15 09:42:16 -04:00

363 B
Raw Permalink Blame History

bashf: Kinda like Make & Bash, combined.

I love using Makefiles for one-off tasks in projects. The problem with doing this, is you can't use familiar bashisms when doing so, as GNU Make doesn't use the familiar Bash sytnax. This project seeks to bridge these works.

Installation

Install bashf via:

$ brew install kennethreitz/-/bashf --head