5 lines
140 B
Bash
5 lines
140 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
bin2cpp --file=client/footer.html --output=server/src/generated
|
||
|
|
bin2cpp --file=client/header.html --output=server/src/generated
|