summaryrefslogtreecommitdiff
path: root/stdbuf
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-26 20:53:33 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-26 20:53:33 -0400
commit76f7ff1f56cf5eebc91549277992ccf92333bdef (patch)
treebe6fd97375dedc8ccd3a092189cc9922b52f6105 /stdbuf
parent3c54e6d3fa6f2d53e452d8a678498e6b92600a59 (diff)
rename shell scripts to *.sh, remove execute bit, let make rename and enable execution
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 "$@"