Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 470 Bytes

File metadata and controls

16 lines (12 loc) · 470 Bytes

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!