blob: a2f6a726ffaac3aff76a26915f10d2a4e4dd986f (
plain)
1
2
3
4
5
6
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 "$@"
|