Mercurial Hosting > luan
view scripts/le @ 1919:4fe0efb14099
add le
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 19 Apr 2025 21:47:32 -0600 |
parents | |
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' &