From 77c9a177b2b595d4ce25095b58e2388fe33cc97a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 13 Jun 2018 21:36:56 -0700 Subject: init --- tunnel-znc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tunnel-znc (limited to 'tunnel-znc') diff --git a/tunnel-znc b/tunnel-znc new file mode 100755 index 0000000..c6ac438 --- /dev/null +++ b/tunnel-znc @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +echo "znc will be available at http://localhost:6643" +ssh deploy@bsima.me -L 6643:localhost:6643 -- cgit v1.2.3