8 lines
70 B
Bash
8 lines
70 B
Bash
#!/bin/bash
|
|
|
|
rm -rf ./html
|
|
|
|
doxygen
|
|
|
|
pushd html
|
|
python3 -m http.server |