Get serious with sshfs
This commit is contained in:
parent
38f4b4591d
commit
de7fb8f43b
@ -3,7 +3,7 @@ set -o errexit
|
|||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
killall -q -w -r 'sshfs.+me@jool:/store/sshfs/meatballhat.+' || true
|
killall -9 -q -w -r 'sshfs.+me@jool:/store/sshfs/meatballhat.+' || true
|
||||||
fusermount -u ~/mnt/jool 2>/dev/null || true
|
fusermount -u ~/mnt/jool 2>/dev/null || true
|
||||||
|
|
||||||
local sshfs_args=(
|
local sshfs_args=(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user