nxu/mksite.sh

6 lines
110 B
Bash
Raw Normal View History

2022-02-07 22:57:34 -05:00
#!/bin/sh
for NAME in about.txt math32.tal; do
cp $NAME /var/www/plastic-idolatry.com/html/erik/nxu
done