This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
swflint
/
bin-files
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add remote lisp tunnel creation script
Samuel W. Flint
hace 5 años
padre
43bfbfb5c3
commit
b9a3516c64
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
remote-lisp-tunnel
+ 3
- 0
remote-lisp-tunnel
Ver fichero
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+ssh -L4005:localhost:4005 $1 "PATH=~/bin/:\$PATH host-remote-lisp"