summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-05-29 14:45:06 -0500
committersanine <sanine.not@pm.me>2022-05-29 14:45:06 -0500
commitd35e02ecdcef6d4f120bd572f2aae36b467b7761 (patch)
treed1cf827d3ee16f6fd9676da3def048b863cd8668
parentf66771603d26d8953b574748b91d0ff035551816 (diff)
add serve-http.sh
-rwxr-xr-xserve-http.sh3
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