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