aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024/functions/sync-tunnel.fish
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-08 11:06:48 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-08 11:06:48 +0100
commit7ae00a7dd4cdd040fdf80ba090521a3801b29801 (patch)
treeb39ccb8ee0f6e7deaee9a49f46ad2c48980d9bf7 /fish2024/functions/sync-tunnel.fish
parent1174f3a691918f4218fc16efdabb1789ac474134 (diff)
parent394227c36ba6d58bd6b9b541e550c2af9c04e552 (diff)
Merge with upstream after long period away on x220
Diffstat (limited to '')
-rw-r--r--fish2024/functions/sync-tunnel.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish2024/functions/sync-tunnel.fish b/fish2024/functions/sync-tunnel.fish
new file mode 100644
index 0000000..ff17ee5
--- /dev/null
+++ b/fish2024/functions/sync-tunnel.fish
@@ -0,0 +1,4 @@
+function sync-tunnel --wraps='ssh -N -L 9090:127.0.0.1:8384 syncthing@syncthing-ct.banded-neon.ts.net' --description 'alias sync-tunnel=ssh -N -L 9090:127.0.0.1:8384 syncthing@syncthing-ct.banded-neon.ts.net'
+ ssh -N -L 9090:127.0.0.1:8384 syncthing@syncthing-ct.banded-neon.ts.net $argv
+
+end