0
1
Fork 0
textfiles/bin/serve-staging.sh

3 lines
72 B
Bash
Executable File

#!/bin/sh
(cd public; PATH=$PWD:$PATH python3 -m http.server 1313 "$@")