diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-05-19 18:38:39 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-05-19 18:38:39 +0200 |
| commit | e8cf42f2f17151378574ee5b50f29904a1067bee (patch) | |
| tree | 86b4db80971ecf9818ad769bd8b7fa337d218731 /ssh-tunnel-up | |
| parent | c3bfa44d1b6da88c184fc3312944cf47d1dfd7f2 (diff) | |
| download | bin-main.tar.gz bin-main.zip | |
Diffstat (limited to 'ssh-tunnel-up')
| -rwxr-xr-x | ssh-tunnel-up | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ssh-tunnel-up b/ssh-tunnel-up new file mode 100755 index 0000000..b104e23 --- /dev/null +++ b/ssh-tunnel-up @@ -0,0 +1,4 @@ +#!/usr/bin/env zsh +set -euo pipefail +ssh -fN sanctum-tunnel +echo "Tunnel started" |
