Files
website/scripts/server
T

7 lines
81 B
Bash
Executable File

#!/bin/bash
pushd dist &>/dev/null
python -m SimpleHTTPServer
popd &>/dev/null