aboutsummaryrefslogtreecommitdiff
path: root/2015/05/puzzles.sh
blob: 495936627d51ccafe05562a9bdd714c346550ce3 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

# Could do this with just grep(1) and skip using wc(1), but I am lazy

sed -Enf puzzle-1.sed input | wc -l
sed -Enf puzzle-2.sed input | wc -l