Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 284 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 284 Bytes

node-bash-script

No more Perl, Python, ... just JS.

On linux you can execute any NodeJS script easily with:

 $ node app.sh

or better with:

 $ ./app.sh

Just add an execute permission to main file with chmod +x app.sh. You can now run this node script as you need!