diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/luan_editor.sh	Sat Apr 19 22:01:48 2025 -0600
@@ -0,0 +1,8 @@
+#!/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' &