From 4900ec17f02d5703b0ff14445349501bcacf91df Mon Sep 17 00:00:00 2001 From: d6 Date: Sat, 21 Jan 2023 23:04:59 -0500 Subject: [PATCH] copy chr files --- mksite.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mksite.sh b/mksite.sh index e7f22aa..974f167 100755 --- a/mksite.sh +++ b/mksite.sh @@ -1,5 +1,6 @@ #!/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 \ @@ -13,3 +14,10 @@ do echo "-> $NAME" cp $NAME /var/www/plastic-idolatry.com/html/erik/nxu done + +mkdir -p /var/www/plastic-idolatry.com/html/erik/nxu/chr + +for NAME in ascii.tal ascii.chr; do + echo "-> chr/$NAME" + cp chr/$NAME /var/www/plastic-idolatry.com/html/erik/nxu/chr +done