Current File : //lib/node_modules/bower/lib/node_modules/shell-quote/example/quote.js
var quote = require('../').quote;
var s = quote([ 'a', 'b c d', '$f', '"g"' ]);
console.log(s);