Browse Source

Add remote lisp tunnel creation script

Samuel W. Flint 3 years ago
parent
commit
b9a3516c64
1 changed files with 3 additions and 0 deletions
  1. 3 0
      remote-lisp-tunnel

+ 3 - 0
remote-lisp-tunnel

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+ssh -L4005:localhost:4005 $1 "PATH=~/bin/:\$PATH host-remote-lisp"