run_server.sh 81 B

1234
  1. #!/bin/bash
  2. python3 sitegen.py --with_index
  3. cd build
  4. python3 -m http.server 8001