4 lines
144 B
Bash
4 lines
144 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo "Starting a web server. Use the download script or wget to download the repository on the host machine."
|
||
|
python -m http.server
|