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