From 2682400356f607ca4bbc45787b92cb7a3f8726e4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 21 Sep 2019 07:38:23 -0400 Subject: [PATCH] intershell? --- examples/inter_shell/Bakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/inter_shell/Bakefile b/examples/inter_shell/Bakefile index 099135e..2a37c4c 100644 --- a/examples/inter_shell/Bakefile +++ b/examples/inter_shell/Bakefile @@ -1,5 +1,6 @@ hello: echo 'hi' + echo 'there' hello/reuse: hello