This commit is contained in:
2019-09-22 08:59:21 -04:00
parent 932f4b0d8a
commit 4a7277eee3
+5 -2
View File
@@ -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 '>'