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