example bash -c bash2env.sh

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-05-17 18:19:03 +02:00
parent f0a7d85351
commit 1dc0211890
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ You must install a more current version of bash, as the default bash is way to o
see e.g. [Install Bash on Mac](http://macappstore.org/bash/)
After installation / update of bashbot you must change the shebang line to point to your bash location
e.g. with the provided script ```bash -c "examples/bash2env \*.sh \*\/\*.sh"```
e.g. with the provided script ```bash -c "examples/bash2env *.sh */*.sh"```
We stay with /bin/bash shebang, because using the system bash is more save, see
[Security Considerations](../README.md#Security-Considerations)