Files
2025-06-19 21:57:12 +08:00

8 lines
70 B
Bash

#!/bin/bash
rm -rf ./html
doxygen
pushd html
python3 -m http.server