mirror of https://github.com/dirtbags/moth.git
Helpful comment
This commit is contained in:
parent
6c3651913f
commit
8af01ae6bf
|
@ -1,5 +1,10 @@
|
||||||
#! /bin/sh
|
#! /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 () {
|
fail () {
|
||||||
echo "ERROR: $*" 1>&2
|
echo "ERROR: $*" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue