15 lines
509 B
Bash
Executable File
15 lines
509 B
Bash
Executable File
#!/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 test-fix16.tal test-fix16.py \
|
|
tal-mode1.png tal.nanorc petscii.chr petscii.png petscii.html \
|
|
tal-mode1.png tal.nanorc \
|
|
proposal.txt proposal2.txt extract-v2.py;
|
|
do
|
|
echo "-> $NAME"
|
|
cp $NAME /var/www/plastic-idolatry.com/html/erik/nxu
|
|
done
|