4 lines
101 B
Bash
4 lines
101 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
ssh -R :4242:localhost:22 nico-vm.schottelius.org "while true; do date; done" > /dev/null
|