Mercurial Hosting > luan
view scripts/luan_editor.sh @ 1924:8c637b047a42
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 20 Apr 2025 21:20:08 -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' &