Accept a name for dl and include starter script file
[khome.git] / home / bin / revl
CommitLineData
05749918
SK
1#! /usr/bin/awk -f
2
3{lines[NR]=$0} END {for (i=NR; i>=1; i--) print lines[i]}
This page took 0.049167 seconds and 4 git commands to generate.