Skip to content

lukask8/node-bash-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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!

About

No more Perl, Python, ... just JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published