summaryrefslogtreecommitdiff
path: root/archive/bin/its-all-text-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'archive/bin/its-all-text-wrapper')
-rwxr-xr-xarchive/bin/its-all-text-wrapper8
1 files changed, 8 insertions, 0 deletions
diff --git a/archive/bin/its-all-text-wrapper b/archive/bin/its-all-text-wrapper
new file mode 100755
index 00000000..805072ed
--- /dev/null
+++ b/archive/bin/its-all-text-wrapper
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+# It's All Text does not allow one to pass arguments to the editor
+# command, so need this wrapper
+
+. $HOME/.shenv
+
+emacsclient -c $@