4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
/usr/bin/sshfs -oTCPKeepAlive=yes -oServerAliveCountMax=1 -oServerAliveInterval=5 $@
|