aboutsummaryrefslogblamecommitdiff
path: root/bin/bl.awk
blob: 0be2fc6e4179ebff1b0b6dfd106b28b801804c92 (plain) (tree)
1
2
3
4
5




                      
# Generate blank lines
BEGIN {
    while (ARGV[1]--)
        print ""
}