diff options
-rwxr-xr-x | serve-http.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/serve-http.sh b/serve-http.sh new file mode 100755 index 0000000..5d83b8a --- /dev/null +++ b/serve-http.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +python3 -m http.server --directory src/ 2> /dev/null |