6 lines
110 B
Bash
6 lines
110 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
for NAME in about.txt math32.tal; do
|
||
|
cp $NAME /var/www/plastic-idolatry.com/html/erik/nxu
|
||
|
done
|