This debug script is not that good.

This commit is contained in:
Niels G. W. Serup 2016-09-02 11:47:48 +02:00
parent 327ac4250c
commit 1b022d559c
1 changed files with 10 additions and 0 deletions

10
scripts/debug.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
cd "$(dirname "$0")"/..
./scripts/transform-site.sh
cd web-serve
python3 -m http.server 8000