summaryrefslogtreecommitdiff
path: root/stdbuf
diff options
context:
space:
mode:
Diffstat (limited to 'stdbuf')
-rwxr-xr-xstdbuf7
1 files changed, 0 insertions, 7 deletions
diff --git a/stdbuf b/stdbuf
deleted file mode 100755
index a2f6a72..0000000
--- a/stdbuf
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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 "$@"