diff --git a/examples/stdlib/Bakefile b/examples/stdlib/Bakefile index 4fde27c..a905c05 100644 --- a/examples/stdlib/Bakefile +++ b/examples/stdlib/Bakefile @@ -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 '>'