copy audio.md to audio.txt
This commit is contained in:
parent
2cda7a7fd3
commit
1dc826fa54
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
cp audio.md audio.txt
|
||||||
|
|
||||||
for NAME in about.txt asma.rom math32.tal test-math32.tal test-math32.py \
|
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 \
|
primes32.tal regex.tal repl-regex.tal test-regex.tal grep.tal \
|
||||||
|
@ -13,7 +14,7 @@ for NAME in about.txt asma.rom math32.tal test-math32.tal test-math32.py \
|
||||||
wave.tal graph.tal arg.tal arg-demo.tal \
|
wave.tal graph.tal arg.tal arg-demo.tal \
|
||||||
deck.tal cards.tal card-sprites.tal mask-sprites.tal \
|
deck.tal cards.tal card-sprites.tal mask-sprites.tal \
|
||||||
testing.tal type-abc.tal tar.tal \
|
testing.tal type-abc.tal tar.tal \
|
||||||
audio.md \
|
audio.md audio.txt \
|
||||||
; do
|
; do
|
||||||
echo "-> $NAME"
|
echo "-> $NAME"
|
||||||
cp $NAME /var/www/plastic-idolatry.com/html/erik/nxu
|
cp $NAME /var/www/plastic-idolatry.com/html/erik/nxu
|
||||||
|
|
Loading…
Reference in New Issue