changeset 1919:4fe0efb14099

add le
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 19 Apr 2025 21:47:32 -0600
parents f3fd0f43e80a
children 5b15b33c2d9c
files scripts/le
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
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' &