From eb9dc56f5c8df4f6572cf249899894ba594ea1ad Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Oct 2012 21:03:02 +0100 Subject: simplifing the tree --- example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example') diff --git a/example b/example index 63915de..b825641 100644 --- a/example +++ b/example @@ -49,8 +49,8 @@ (no-exec ls "'/usr/share/ponysay/balloons'" (case (ponysay .say) (ponythink .think))) ) (suggestion wrap (verbatim none inhertit 100 60) - (calc (pipe (stty size) - (cut -d ' ' -f 2) + (calc (pipe (exec stty size) + (exec cut -d ' ' -f 2) ) - 10 ) ) -- cgit v1.2.3-70-g09d2