From 1e61869cf59499ba96dff6f214eaa07eb78871b1 Mon Sep 17 00:00:00 2001 From: d6 Date: Mon, 17 Jul 2023 09:41:55 -0400 Subject: [PATCH] include type-abc --- mksite.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mksite.sh b/mksite.sh index 7c75d13..29ff903 100755 --- a/mksite.sh +++ b/mksite.sh @@ -11,8 +11,9 @@ for NAME in about.txt asma.rom math32.tal test-math32.tal test-math32.py \ proposal.txt proposal2.txt uxnmeta \ alloc.tal test-alloc.tal term.tal term.py cp437.tal term.c \ wave.tal graph.tal arg.tal arg-demo.tal \ - deck.tal card.tal mask.tal; -do + deck.tal card.tal mask.tal \ + testing.tal type-abc.tal \ +; do echo "-> $NAME" cp $NAME /var/www/plastic-idolatry.com/html/erik/nxu done