1
0
mirror of https://github.com/manuelbl/ttn-esp32.git synced 2025-06-21 06:24:28 +02:00
ttn-esp32/doc/generate.sh
2021-07-31 12:51:41 +02:00

5 lines
86 B
Bash
Executable File

#!/bin/sh
rm -rf html ttn-esp32.zip
doxygen Doxyfile
cd html
zip -r ../ttn-esp32.zip .