Current File : //proc/self/root/usr/share/doc/node-glob/examples/usr-local.js
var Glob = require("glob").Glob
var pattern = "{./*/*,/*,/usr/local/*}"
console.log(pattern)
var mg = new Glob(pattern, {mark: true}, function (er, matches) {
console.log("matches", matches)
})
console.log("after")