diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/le	Sat Apr 19 21:47:32 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' &