diff options
Diffstat (limited to 'dev_tools')
| -rwxr-xr-x | dev_tools/scripts/http-page-preview.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev_tools/scripts/http-page-preview.sh b/dev_tools/scripts/http-page-preview.sh new file mode 100755 index 0000000..6c822d8 --- /dev/null +++ b/dev_tools/scripts/http-page-preview.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd "docs" +python3 -m http.server 3000 |
