mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
bakefile
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
TEXT='Hi, there!'
|
||||
|
||||
echo: echo/normal echo/red
|
||||
echo: echo/normal echo/colors/red echo/indent
|
||||
|
||||
echo/normal:
|
||||
echo "$TEXT"
|
||||
|
||||
echo/red:
|
||||
echo/colors/red:
|
||||
echo "$TEXT" | red
|
||||
|
||||
echo/indent:
|
||||
echo "$TEXT" | red | bake_indent '>'
|
||||
|
||||
Reference in New Issue
Block a user