diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 22:46:45 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2020-03-08 22:46:45 +0100 |
commit | 368898379638a33578613b2169fa8c4205c44902 (patch) | |
tree | 6285ca782f83dc9fb2fe29dec1b113636b633182 /notmuch-ssh-client | |
parent | c75b6f1cb45ccbb41af696a2c1bf8176d7bd921e (diff) | |
download | utils-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-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} $@ | ||