summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-19 12:25:37 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-19 12:25:37 -0400
commit41cd5b1e6558a905b183508bb0460a7045c9c7c1 (patch)
treea5ff43d318db3c205974f0b2716ebb4e10cdc62c
parentdd650305ab748d2c0bd37fe21b872eab389fd127 (diff)
note non-portability
-rwxr-xr-x[-rw-r--r--]stdbuf7
1 files changed, 7 insertions, 0 deletions
diff --git a/stdbuf b/stdbuf
index e69de29..a2f6a72 100644..100755
--- a/stdbuf
+++ b/stdbuf
@@ -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 "$@"