diff options
Diffstat (limited to 'notmuch-ssh-client')
-rw-r--r-- | notmuch-ssh-client | 6 |
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 | |||
3 | instance=${NOTMUCH_INSTANCE:-mail} | ||
4 | host=${NOTMUCH_HOST:-notmuch.odin} | ||
5 | |||
6 | exec -- @openssh@/bin/ssh ${host} -- ${instance} $@ | ||