Mercurial Hosting > luan
view scripts/luan_editor.sh @ 1922:81cd2b1dab52 default tip
add spanish
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 20 Apr 2025 13:02:42 -0600 |
parents | 5b15b33c2d9c |
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' &