summaryrefslogtreecommitdiff
path: root/nocompile/bin/tac
blob: 1d17e2e09f9f400fa7d23b64716711034bb19574 (plain) (blame)
1
2
3
4
5
#/bin/sh
tail -r
# heh. that was fun, but tail -r is shorter and not recursive.
#read l && ( $0 ; printf "%s" "$l" )