From 1dc826fa54f8c6547a11eee501f83f7bba4a301c Mon Sep 17 00:00:00 2001 From: d_m Date: Thu, 17 Aug 2023 14:09:35 -0400 Subject: [PATCH] copy audio.md to audio.txt --- mksite.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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