Files
chookchat/build.sh

7 lines
268 B
Bash
Raw Normal View History

2026-07-20 10:57:07 +10:00
#!/bin/sh
bin2cpp --file=client/footer.html --output=server/src/generated
bin2cpp --file=client/header.html --output=server/src/generated
2026-07-20 11:48:27 +10:00
bin2cpp --file=client/style.css --output=server/src/generated
2026-07-20 19:02:04 +10:00
bin2cpp --file=client/script.js --output=server/src/generated