jharding / grunt-exec

Grunt plugin for executing shell commands.
https://npmjs.org/package/grunt-exec
Other
248 stars 47 forks source link

Grunt-exec to run a bash script #28

Closed francescoferrante closed 10 years ago

francescoferrante commented 11 years ago

I try to execute a bash script but it turns error 'cause it interprets also the variables as pure commands and so it exits with error. If it expects just pure commands also in bash script, really this plugin cannot be used to run more complex scripts with variable. Am I right or not?

jharding commented 10 years ago

Way late on this, but can you provide an example?