Skip to content

Instantly share code, notes, and snippets.

View mrnosal's full-sized avatar

Mike Nosal mrnosal

  • MITRE Corporation
  • Bedford, MA
View GitHub Profile
@mrnosal
mrnosal / Gruntfile.js
Last active August 29, 2015 13:59
Testcase for grunt-shell file argument expansion
module.exports = function (grunt) {
// load all grunt tasks
grunt.initConfig({
shell: {
Argv: {
options: {
stdout: true,
failOnError: true
},
command: 'node argv.js *.js'