UNPKG

fuse-shared-library-linux

Version:

A module containing the .so file and configuration scripts necessary for FUSE on Linux.

6 lines (3 loc) 94 B
#!/usr/bin/env node const b = require('./build/Release/fuse_example.node') b.run_clock_fs()