diff --git a/mksite.sh b/mksite.sh index 9769c88..d809a00 100755 --- a/mksite.sh +++ b/mksite.sh @@ -1,5 +1,6 @@ #!/bin/sh +cp audio.md audio.txt 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 \ @@ -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 \ deck.tal cards.tal card-sprites.tal mask-sprites.tal \ testing.tal type-abc.tal tar.tal \ - audio.md \ + audio.md audio.txt \ ; do echo "-> $NAME" cp $NAME /var/www/plastic-idolatry.com/html/erik/nxu