From 368898379638a33578613b2169fa8c4205c44902 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 8 Mar 2020 22:46:45 +0100 Subject: ... --- notmuch-ssh-client | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 notmuch-ssh-client (limited to 'notmuch-ssh-client') 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 @@ +#!@zsh@/bin/zsh + +instance=${NOTMUCH_INSTANCE:-mail} +host=${NOTMUCH_HOST:-notmuch.odin} + +exec -- @openssh@/bin/ssh ${host} -- ${instance} $@ -- cgit v1.2.3