summaryrefslogtreecommitdiff
path: root/notmuch-ssh-client
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2020-03-08 22:46:45 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2020-03-08 22:46:45 +0100
commit368898379638a33578613b2169fa8c4205c44902 (patch)
tree6285ca782f83dc9fb2fe29dec1b113636b633182 /notmuch-ssh-client
parentc75b6f1cb45ccbb41af696a2c1bf8176d7bd921e (diff)
downloadutils-368898379638a33578613b2169fa8c4205c44902.tar
utils-368898379638a33578613b2169fa8c4205c44902.tar.gz
utils-368898379638a33578613b2169fa8c4205c44902.tar.bz2
utils-368898379638a33578613b2169fa8c4205c44902.tar.xz
utils-368898379638a33578613b2169fa8c4205c44902.zip
...
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} $@