diff options
Diffstat (limited to 'example')
-rw-r--r-- | example | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) ) |