summaryrefslogtreecommitdiff
path: root/notmuch-ssh-client
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-ssh-client')
-rw-r--r--notmuch-ssh-client6
1 files changed, 6 insertions, 0 deletions
diff --git a/notmuch-ssh-client b/notmuch-ssh-client
new file mode 100644
index 0000000..6983fbe
--- /dev/null
+++ b/notmuch-ssh-client
@@ -0,0 +1,6 @@
1#!@zsh@/bin/zsh
2
3instance=${NOTMUCH_INSTANCE:-mail}
4host=${NOTMUCH_HOST:-notmuch.odin}
5
6exec -- @openssh@/bin/ssh ${host} -- ${instance} $@