This commit is contained in:
Erik Osheim 2022-11-11 21:03:31 -05:00
parent 7423a9e525
commit 2d74f33533
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
#!/bin/sh
for NAME in about.txt asma.rom math32.tal test-math32.tal test-math32.py primes32.tal regex.tal repl-regex.tal test-regex.tal grep.tal femto.tal femto.rom femto.txt femto rainbow.tal drums.tal drums2.tal bfloat16.tal fix16.tal fixed.tal tal-mode1.png tal.nanorc proposal.txt; do
for NAME in about.txt asma.rom math32.tal test-math32.tal test-math32.py \
primes32.tal regex.tal repl-regex.tal test-regex.tal grep.tal \
femto.tal femto.rom femto.txt femto \
rainbow.tal drums.tal drums2.tal bfloat16.tal \
fix16.tal test-fix16.tal test-fix16.py \
tal-mode1.png tal.nanorc petscii.chr petscii.png petscii.html \
tal-mode1.png tal.nanorc proposal.txt;
do
echo "-> $NAME"
cp $NAME /var/www/plastic-idolatry.com/html/erik/nxu
done