Mercurial Hosting > luan
comparison scripts/install.sh @ 1925:0156fe64a610
move editor out
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Mon, 21 Apr 2025 13:06:14 -0600 |
| parents | 2364fc43037a |
| children | 00f1a660cb6b |
comparison
equal
deleted
inserted
replaced
| 1924:8c637b047a42 | 1925:0156fe64a610 |
|---|---|
| 10 #!/bin/bash | 10 #!/bin/bash |
| 11 | 11 |
| 12 for i in `pwd`/jars/* ; do CLASSPATH=\$CLASSPATH:\$i ; done | 12 for i in `pwd`/jars/* ; do CLASSPATH=\$CLASSPATH:\$i ; done |
| 13 CLASSPATH=\$(echo -n \$CLASSPATH | sed 's/^://') | 13 CLASSPATH=\$(echo -n \$CLASSPATH | sed 's/^://') |
| 14 | 14 |
| 15 export LUAN_DICTS=`pwd`/dictionaries/ | |
| 16 | |
| 17 java -classpath \$CLASSPATH luan.Luan "\$@" | 15 java -classpath \$CLASSPATH luan.Luan "\$@" |
| 18 End | 16 End |
| 19 | 17 |
| 20 chmod +x /usr/local/bin/luan | 18 chmod +x /usr/local/bin/luan |
| 21 | 19 |
