DIR: /proc/1784574/root/usr/share/doc/node-shell-quote/examples/ |
Current File : //proc/1784574/root/usr/share/doc/node-shell-quote/examples/op.js |
'use strict'; var parse = require('../').parse; var xs = parse('beep || boop > /byte'); console.dir(xs); |