comparison scripts/le @ 1919:4fe0efb14099

add le
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 19 Apr 2025 21:47:32 -0600
parents
children
comparison
equal deleted inserted replaced
1918:f3fd0f43e80a 1919:4fe0efb14099
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' &