5 lines
69 B
Bash
Executable file
5 lines
69 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir -p www
|
|
cp -rf src/assets www/
|
|
cp -f src/*.html www/
|