Introduce pet-projects dir
[lcapit-junk-code.git] / books / sedawk / blankcount.awk
bloba1a49f9323ff3b7fe18a42be58fa3e31b33ceeb9
1 /^$/ { x++ }
2 END { print x }