comparison 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
comparison
equal deleted inserted replaced
1924:8c637b047a42 1925:0156fe64a610
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' &