Skip to content

Files

Latest commit

b6155d7 · May 21, 2017

History

History
16 lines (12 loc) · 470 Bytes

README.md

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!