diff options
Diffstat (limited to 'stdbuf')
| -rwxr-xr-x[-rw-r--r--] | stdbuf | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +# This cannot be portably replicated, as it depends on LD_PRELOAD tricks +# interjecting modified versions of stdin, stdout, and stderr with their +# buffering modes set manually. + +# parse options i:o:e: + +exec "$@" |
