Files
chookchat/build.sh
2026-07-20 20:11:06 +10:00

8 lines
332 B
Bash

#!/bin/sh
bin2cpp --file=client/footer.html --output=server/src/generated
bin2cpp --file=client/header.html --output=server/src/generated
bin2cpp --file=client/e404.html --output=server/src/generated
bin2cpp --file=client/style.css --output=server/src/generated
bin2cpp --file=client/script.js --output=server/src/generated