update example

Mathias Buus 9 years ago
parent b249f974cd
commit af505ffc05

@ -47,3 +47,9 @@ fuse.mount('./mnt', {
return cb(str.length)
}
})
process.on('SIGINT', function () {
fuse.unmount('./mnt', function () {
process.exit()
})
})

Loading…
Cancel
Save