mksite
This commit is contained in:
parent
7423a9e525
commit
2d74f33533
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue