comparison 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
comparison
equal deleted inserted replaced
1919:4fe0efb14099 1920:5b15b33c2d9c
1 #!/bin/bash
2 # copy this to your PATH to run Luan Editor
3
4 . luan string:
5
6 set +m
7
8 java -Xdock:name="Luan Editor" -classpath $CLASSPATH luan.Luan luan:editor/editor.luan "$@" 2>&1 | grep --line-buffered -v 'openAndSavePanelService' &