diff options
Diffstat (limited to 'nocompile/bin')
-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" ) + |