mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
10 lines
111 B
Plaintext
10 lines
111 B
Plaintext
TEXT='Hi, there!'
|
|
|
|
echo: echo/normal echo/red
|
|
|
|
echo/normal:
|
|
echo "$TEXT"
|
|
|
|
echo/red:
|
|
echo "$TEXT" | red
|