Mercurial Hosting > editor
view dev.sh @ 70:f4e393a13d59 default tip
no find toggle
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 10 Jun 2025 22:34:24 -0600 (33 hours ago) |
parents | 1c68552e8ac2 |
children |
line wrap: on
line source
#!/bin/bash # for development EDITOR_HOME=`dirname $0` export DICTIONARIES=$EDITOR_HOME/dictionaries/ . luan string: CLASSPATH=$CLASSPATH:$EDITOR_HOME/lib/jortho.jar:$EDITOR_HOME/src mkdir -p ~/.luan_editor set +m java -Dport=56588 -Xdock:name="Luan Editor dev" -classpath $CLASSPATH luan.Luan classpath:luan_editor/editor.luan "$@" 2>&1 | grep --line-buffered -v 'NSRemoteView\|NSSavePanel' | tee err