Skip to content

Instantly share code, notes, and snippets.

@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'