From 4a7277eee386dd14d766e619d85d277118bedc45 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 Sep 2019 08:59:21 -0400 Subject: [PATCH] bakefile --- examples/stdlib/Bakefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 '>'