4 lines
85 B
Bash
Executable File
4 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ssh -f -N -T -Rtunnel.simponic.xyz:42069:localhost:$1 tunnel.simponic.xyz
|