mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-17 13:21:00 +00:00
10 lines
363 B
Markdown
10 lines
363 B
Markdown
# `bashf`: Kinda like Make & Bash, combined.
|
||
|
||
I love using `Makefile`s for one-off tasks in projects. The problem with doing this, is you can't use familiar bash–isms 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
|