markdown-live-preview/local-server.sh
2020-08-10 00:08:58 +09:00

7 lines
95 B
Bash
Executable File

#!/bin/bash
SCRIPT_DIR=$(cd $(dirname $0); pwd)
pushd ./build
python -m http.server 8000
popd