Mercurial Hosting > luan
view host/serve_dev.sh @ 1832:d55c3eaf21d7 default tip
add jar
author | clarkton <ibraclarkton@gmail.com> |
---|---|
date | Wed, 11 Dec 2024 17:17:56 +0000 |
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