0.0.3 • Published 8 years ago
nbash-cli v0.0.3
nbash-cli
The programable and portable bash runtime written in JavaScript
Install
$ npm i -g nbash-cliUsage
script.sh
#!/usr/bin/env nbash
# @include my-bash-snippets
# @include ./lib/snippets.sh
echo "hello world"$ nbash script.sh
$ ./script.sh # or use sourceLicense
MIT