Current File : /home/exataengenharia/public_html/node_modules/shell-quote/example/quote.js
'use strict';

var quote = require('../').quote;
var s = quote(['a', 'b c d', '$f', '"g"']);
console.log(s);