run.sh 70 B

12345678
  1. #!/bin/bash
  2. rm -rf ./html
  3. doxygen
  4. pushd html
  5. python3 -m http.server