diff options
author | Jakob Kaivo <jkk@ung.org> | 2019-07-19 12:25:37 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2019-07-19 12:25:37 -0400 |
commit | 41cd5b1e6558a905b183508bb0460a7045c9c7c1 (patch) | |
tree | a5ff43d318db3c205974f0b2716ebb4e10cdc62c | |
parent | dd650305ab748d2c0bd37fe21b872eab389fd127 (diff) |
note non-portability
-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 "$@" |