Get serious with sshfs

main
Dan Buch 2 years ago
parent 38f4b4591d
commit de7fb8f43b
Signed by: meatballhat
GPG Key ID: A12F782281063434

@ -3,7 +3,7 @@ set -o errexit
set -o pipefail
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
local sshfs_args=(

Loading…
Cancel
Save