dotenv-shell
dotenv-shell copied to clipboard
Use Dotenv in everything
Results
3
dotenv-shell issues
Sort by
recently updated
recently updated
newest added
this will do something unexpected: ```sh myScript.sh aaa b c # with myScript.sh: . dotenv echo no $# -- args "$@" ``` The sourced script inherits $@ and $#, so...
Could this script be packaged and released as a debian/rpm package for ease of installation? [nFPM](https://nfpm.goreleaser.com/configuration/) could be used for that purpose