Files
bake/examples/stdlib/Bakefile
T
2019-09-22 08:59:21 -04:00

13 lines
192 B
Plaintext

TEXT='Hi, there!'
echo: echo/normal echo/colors/red echo/indent
echo/normal:
echo "$TEXT"
echo/colors/red:
echo "$TEXT" | red
echo/indent:
echo "$TEXT" | red | bake_indent '>'