summaryrefslogtreecommitdiff
path: root/notmuch-tcp
diff options
context:
space:
mode:
Diffstat (limited to 'notmuch-tcp')
-rwxr-xr-xnotmuch-tcp4
1 files changed, 2 insertions, 2 deletions
diff --git a/notmuch-tcp b/notmuch-tcp
index 71680d0..57da3f5 100755
--- a/notmuch-tcp
+++ b/notmuch-tcp
@@ -1,9 +1,9 @@
1#!@zsh@/bin/zsh 1#!@zsh@/bin/zsh
2 2
3NOTMUCH_TCP=${NOTMUCH_TCP:-2010} 3NOTMUCH_TCP=${NOTMUCH_TCP:-2010}
4HOST=${HOST:-$(@nettools/bin/hostname -s)} 4HOST=${HOST:-$(@nettools@/bin/hostname -s)}
5NOTMUCH_HOST=${NOTMUCH_HOST:-odin.asgard.yggdrasil} 5NOTMUCH_HOST=${NOTMUCH_HOST:-odin.asgard.yggdrasil}
6 6
7cd ~/.notmuch-tcp 7cd ~/.notmuch-tcp
8 8
9@socat@/bin/socat STDIO,ignoreeof openssl:${NOTMUCH_HOST}:${NOTMUCH_TCP},verify=1,cafile=ca.pem,certificate=${HOST}.pem,key=${HOST}.key <<(print "${(@q)@}"; inp=$(cat); printf "%d\n" $(wc -c <<<"${inp}"); cat <<<"${inp}") 9@socat@/bin/socat STDIO,ignoreeof openssl:${NOTMUCH_HOST}:${NOTMUCH_TCP},verify=1,cafile=ca.pem,certificate=${HOST}.pem,key=${HOST}.key <<(print "${(@q)@}"; inp=$(cat); printf "%d\n" $(@coreutils@/bin/wc -c <<<"${inp}"); @coreutils@/bin/cat <<<"${inp}")