4f2e7091df0b473694699f3018f0a08ef5744406
[khome.git] / home / bin / revl
1 #! /usr/bin/awk -f
2
3 {lines[NR]=$0} END {for (i=NR; i>=1; i--) print lines[i]}
This page took 0.078831 seconds and 5 git commands to generate.