Mercurial Hosting > luan
diff scripts/luan_editor.sh @ 1925:0156fe64a610 default tip
move editor out
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 21 Apr 2025 13:06:14 -0600 |
parents | 8c637b047a42 |
children |
line wrap: on
line diff
--- a/scripts/luan_editor.sh Sun Apr 20 21:20:08 2025 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#!/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' &