diff options
author | epochqwert <epoch@hacking.allowed.org> | 2015-06-21 23:24:11 -0500 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2015-06-21 23:24:11 -0500 |
commit | 57460bde95f933ab060796f97ca2179061a1ce02 (patch) | |
tree | a10dd40ad9a1f0171b1cba7749884a95ec0912b8 /nocompile/bin/tac | |
parent | 32231662292eb5821b411b53bbb37d2a1446c4f9 (diff) | |
download | misc-57460bde95f933ab060796f97ca2179061a1ce02.tar.gz misc-57460bde95f933ab060796f97ca2179061a1ce02.zip |
just in case I get on a computer where tac is missing. not interesting.
Diffstat (limited to 'nocompile/bin/tac')
-rwxr-xr-x | nocompile/bin/tac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nocompile/bin/tac b/nocompile/bin/tac new file mode 100755 index 0000000..1d17e2e --- /dev/null +++ b/nocompile/bin/tac @@ -0,0 +1,5 @@ +#/bin/sh +tail -r +# heh. that was fun, but tail -r is shorter and not recursive. +#read l && ( $0 ; printf "%s" "$l" ) + |