mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-06-14 20:14:27 +02:00
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf html ttn-esp32.zip
|
|
doxygen Doxyfile
|
|
cd html
|
|
zip -r ../ttn-esp32.zip . |