mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-25 07:27:15 +08:00
8 lines
70 B
Bash
8 lines
70 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf ./html
|
||
|
|
||
|
doxygen
|
||
|
|
||
|
pushd html
|
||
|
python3 -m http.server
|