landing-page/build.sh

10 lines
92 B
Bash
Executable file

#!/bin/sh
set -e
rm -rf www
mkdir -p www
cp -rf src/assets www
exec preproc/buildall.sh