f0d1d1fc49025968c4ea958ad864229a76c47771
[yaffs-website] / Gruntfile-execArgv-child.js
1 module.exports = function(grunt) {
2
3   grunt.registerTask('default', function(text) {
4     console.log('OUTPUT: ' + process.execArgv.join(' '));
5   });
6
7 };