From c58ebcb65c0ae5d7b5cf1627e8a458808f59b7ff Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 28 Oct 2012 23:49:16 +0100 Subject: I think bash completion works --- example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example') diff --git a/example b/example index b825641..79151ec 100644 --- a/example +++ b/example @@ -49,11 +49,11 @@ (no-exec ls "'/usr/share/ponysay/balloons'" (case (ponysay .say) (ponythink .think))) ) (suggestion wrap (verbatim none inhertit 100 60) - (calc (pipe (exec stty size) - (exec cut -d ' ' -f 2) + (calc (pipe (stty size) + (cut -d ' ' -f 2) ) - 10 ) ) - ; in addition to `pipe` to following are also possible `fullpipe` `exec` `cat` `and` `or` + ; in addition to `pipe`(|) to following are also possible `fullpipe`(|&) `cat`(;) `and`(&&) `or`(||) ) -- cgit v1.2.3-70-g09d2