markdown-live-preview/local-server.sh

7 lines
96 B
Bash
Executable File

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