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