Mercurial Hosting > luan
view scripts/luan.sh @ 2161:eb5bdf29a664 nginx_sites_addon tip
mkdir nginx_sites in update2.sh
| author | Violet7 |
|---|---|
| date | Wed, 28 Jan 2026 17:46:37 -0800 |
| parents | c691cf51c2a7 |
| children |
line wrap: on
line source
#!/bin/bash set -e LUAN="$(dirname "${BASH_SOURCE[0]}")" for i in $LUAN/jars/* ; do CLASSPATH=$CLASSPATH:$i ; done CLASSPATH=$(echo -n $CLASSPATH | sed 's/^://') java -classpath "$CLASSPATH" luan.Luan "$@"
