From 8af01ae6bf142f760d8a2647769df62a7f703f73 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 27 Oct 2020 14:13:05 -0600 Subject: [PATCH] Helpful comment --- example-puzzles/mkcategory/mkcategory | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example-puzzles/mkcategory/mkcategory b/example-puzzles/mkcategory/mkcategory index fff262d..d7f1233 100755 --- a/example-puzzles/mkcategory/mkcategory +++ b/example-puzzles/mkcategory/mkcategory @@ -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