Mercurial Hosting > editor
comparison scripts/install.sh @ 51:32631fdbbdf1
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 24 May 2025 11:31:09 -0600 |
parents | c433b19a8dfa |
children | 3f4c3722b78b |
comparison
equal
deleted
inserted
replaced
50:c433b19a8dfa | 51:32631fdbbdf1 |
---|---|
14 for i in $(pwd)/jars/* ; do CLASSPATH=\$CLASSPATH:\$i ; done | 14 for i in $(pwd)/jars/* ; do CLASSPATH=\$CLASSPATH:\$i ; done |
15 CLASSPATH=\$(echo -n \$CLASSPATH | sed 's/^://') | 15 CLASSPATH=\$(echo -n \$CLASSPATH | sed 's/^://') |
16 | 16 |
17 set +m | 17 set +m |
18 | 18 |
19 java -Xdock:name="Luan Editor" -classpath $CLASSPATH luan.Luan classpath:luan_editor/editor.luan "$@" 2>&1 | grep --line-buffered -v 'NSRemoteView\|NSSavePanel' & | 19 java -Xdock:name="Luan Editor" -classpath \$CLASSPATH luan.Luan classpath:luan_editor/editor.luan "\$@" 2>&1 | grep --line-buffered -v 'NSRemoteView\|NSSavePanel' & |
20 End | 20 End |
21 | 21 |
22 chmod +x /usr/local/bin/luan_editor | 22 chmod +x /usr/local/bin/luan_editor |
23 | 23 |
24 echo "the command 'luan_editor' has been installed" | 24 echo "the command 'luan_editor' has been installed" |