Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-11-30 09:40:28

0001 #!/bin/bash
0002 
0003 # Change to the directory of the Bash script
0004 cd "$(dirname "$0")"
0005 
0006 # Run the build script
0007 python3 rebuild.py
0008 
0009 # Start the Python 3 HTTP server
0010 python3 -m http.server