Files
bake/examples/stdlib/Bakefile
T
2019-09-22 08:38:28 -04:00

10 lines
111 B
Plaintext

TEXT='Hi, there!'
echo: echo/normal echo/red
echo/normal:
echo "$TEXT"
echo/red:
echo "$TEXT" | red