include type-abc

This commit is contained in:
~d6 2023-07-17 09:41:55 -04:00
parent 773b070074
commit 1e61869cf5
1 changed files with 3 additions and 2 deletions

View File

@ -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