http_server_runner¶
This script takes two arguements: a path to where it should open the http-server and the desired port. If no port is specified, http-server will pick. If the port selected is in use, you will see a long javascript error. When the script is terminated, it kills the http-server that it has created
Usage example:
python http_server_runner.py /path/to/dir 8080