diff options
author | mediocregopher <mediocregopher@gmail.com> | 2024-01-06 11:59:31 +0100 |
---|---|---|
committer | mediocregopher <mediocregopher@gmail.com> | 2024-01-06 12:03:53 +0100 |
commit | a0e3c9325bc56a15c3784f91a02c74cb93f879f8 (patch) | |
tree | bb46c0c4adf677069d626b512f5a9100d637bcb9 /bin/sshfs | |
parent | d211b2efba99d17eab42439b4353865fa16f40bc (diff) |
Move bin derivation to global default.nix
Diffstat (limited to 'bin/sshfs')
-rwxr-xr-x | bin/sshfs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/sshfs b/bin/sshfs deleted file mode 100755 index d5d5ee7..0000000 --- a/bin/sshfs +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -/usr/bin/sshfs -oTCPKeepAlive=yes -oServerAliveCountMax=1 -oServerAliveInterval=5 $@ |