diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/serve | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -74,5 +74,6 @@ while getopts 'd:p:h' flag; do esac done -open "http://localhost:$PORT" +open "http://localhost:$PORT" & python3 -m http.server -d "$DIRECTORY" "$PORT" +wait |