#!/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' &
