ttn-esp32/doc/generate.sh

5 lines
86 B
Bash
Executable File

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