ttn-esp32/doc/generate.sh

5 lines
86 B
Bash
Raw Normal View History

2020-08-02 19:53:02 +02:00
#!/bin/sh
2021-07-31 12:51:41 +02:00
rm -rf html ttn-esp32.zip
2020-08-02 19:53:02 +02:00
doxygen Doxyfile
2021-07-31 12:51:41 +02:00
cd html
zip -r ../ttn-esp32.zip .