/grumpRunShellScript

This grump is a quick way to run or execute a bourne shell script

Primary LanguageShell

runShellScript

This grump is a quick and easy way to run a bourne shell script. Inspired by this stack overflow question.

If grump has not yet been installed, you can do so using:

npm i -g grump

Example usage:

grump runShellScript powerfulScript.sh

see grumpJS.com to find other useful grumps!