UNPKG

fuse-shared-library-darwin-debug

Version:

A module containing the dylib needed to run FUSE on Mac (darwin).

10 lines (7 loc) 174 B
const fs = require('fs') process.chdir(process.argv[2]) for (const n of fs.readdirSync('.')) { try { console.log('ln -fs', fs.readlinkSync(n), n) } catch (_) { } }