From 41cd5b1e6558a905b183508bb0460a7045c9c7c1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Fri, 19 Jul 2019 12:25:37 -0400 Subject: note non-portability --- stdbuf | 7 +++++++ 1 file changed, 7 insertions(+) mode change 100644 => 100755 stdbuf (limited to 'stdbuf') diff --git a/stdbuf b/stdbuf old mode 100644 new mode 100755 index e69de29..a2f6a72 --- 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 "$@" -- cgit v1.2.1