diff copy_me.sh @ 37:b7ff52d45b9a default tip

copy from luan
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 21 Apr 2025 13:07:29 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/copy_me.sh	Mon Apr 21 13:07:29 2025 -0600
@@ -0,0 +1,6 @@
+#!/bin/bash
+# Copy this to somewhere in your PATH, rename to something reasonable like "le", and change EDITOR_HOME here as needed.
+
+EDITOR_HOME=~/hg/editor
+
+$EDITOR_HOME/luan_editor.sh "$@"