Mercurial Hosting > luan
view host/serve_dev.sh @ 1688:5eb985d1411f
'http/serve.luan' now allows overriding port
author | Fox |
---|---|
date | Sat, 11 Jun 2022 21:14:19 +0200 |
parents | 59731f7c24ce |
children |
line wrap: on
line source
#!/bin/bash set -e . check_app.sh checkStopped; java -classpath $CLASSPATH luan.Luan run.luan console 2>&1 | tee err