Helpful comment

This commit is contained in:
Neale Pickett 2020-10-27 14:13:05 -06:00
parent 6c3651913f
commit 8af01ae6bf
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
#! /bin/sh
# This `mkcategory` merges subdirectories of puzzles together,
# in a dumb way that will break if you have the same point value in two directories.
# It also makes each puzzle show up a second time, worth 100 points more,
# to show off what `mkcategory` can do without me having to write more code.
fail () {
echo "ERROR: $*" 1>&2
exit 1