From 07ab3a77b44944a1ac234fbd717391f36370416e Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 17 Oct 2017 18:12:57 -0600 Subject: initial public commit --- bin/sshfs | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/sshfs (limited to 'bin/sshfs') diff --git a/bin/sshfs b/bin/sshfs new file mode 100755 index 0000000..d5d5ee7 --- /dev/null +++ b/bin/sshfs @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +/usr/bin/sshfs -oTCPKeepAlive=yes -oServerAliveCountMax=1 -oServerAliveInterval=5 $@ -- cgit v1.2.3