Mercurial Hosting > luan
view scripts/luan_editor.sh @ 1920:5b15b33c2d9c
build editor
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sat, 19 Apr 2025 22:01:48 -0600 |
| parents | scripts/le@4fe0efb14099 |
| children |
line wrap: on
line source
#!/bin/bash # copy this to your PATH to run Luan Editor . luan string: set +m java -Xdock:name="Luan Editor" -classpath $CLASSPATH luan.Luan luan:editor/editor.luan "$@" 2>&1 | grep --line-buffered -v 'openAndSavePanelService' &
