fixes and changes.

This commit is contained in:
Rupus Reinefjord 2019-01-03 18:27:53 +01:00
parent a1388e6e82
commit f2f24c1d8f
25 changed files with 13 additions and 87 deletions

2
utils
View file

@ -44,7 +44,7 @@ function build {
function serve {
cd build
python -m http.server $1
python3 -m http.server $1
}
"$@"