From 57460bde95f933ab060796f97ca2179061a1ce02 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Sun, 21 Jun 2015 23:24:11 -0500 Subject: just in case I get on a computer where tac is missing. not interesting. --- nocompile/bin/tac | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 nocompile/bin/tac (limited to 'nocompile/bin/tac') 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" ) + -- cgit v1.2.3