HenrikBengtsson / easycatfs

easycatfs - Easy Mounting of Slow Folders onto Local Disk
https://github.com/HenrikBengtsson/easycatfs
3 stars 0 forks source link

DOCS: How to use a Bash trap to make sure any mounts are unmounted #10

Closed HenrikBengtsson closed 2 years ago

HenrikBengtsson commented 2 years ago

This should be something like adding:

trap "easycatfs unmount --all" EXIT

before the first easycatfs mount ... call.