example bash -c bash2env.sh

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-05-17 18:16:14 +02:00
parent ca803c0a47
commit f0a7d85351
5 changed files with 7 additions and 7 deletions

View File

@ -228,6 +228,6 @@ It features background tasks and interactive chats, and can serve as an interfac
<p>@Gnadelwartz</p> <p>@Gnadelwartz</p>
<h2>That's it!</h2> <h2>That's it!</h2>
<p>If you feel that there's something missing or if you found a bug, feel free to submit a pull request!</p> <p>If you feel that there's something missing or if you found a bug, feel free to submit a pull request!</p>
<h4>$$VERSION$$ V0.94-1-g7aa409f</h4> <h4>$$VERSION$$ V0.94-2-gced78d3</h4>
</body> </body>
</html> </html>

View File

@ -192,4 +192,4 @@ This may happen if to many wrong requests are sent to api.telegram.org, e.g. usi
If you feel that there's something missing or if you found a bug, feel free to submit a pull request! If you feel that there's something missing or if you found a bug, feel free to submit a pull request!
#### $$VERSION$$ V0.94-1-g7aa409f #### $$VERSION$$ V0.94-2-gced78d3

View File

@ -161,7 +161,7 @@ perspective.**
Using the system provided bash makes it harder for attackers or users to place Using the system provided bash makes it harder for attackers or users to place
alternative versions of bash and avoids using alternative versions of bash and avoids using
possibly broken, mangled or compromised bash executables. possibly broken, mangled or compromised bash executables.
If you are a MacOS user or forced to use an alternative bash, see [Install If you are a MacOS user or forced to use an alternative bash, see [Install
Bashbot](doc/0_install.md) Bashbot](doc/0_install.md)
@ -269,4 +269,4 @@ tor proxy on your server you may uncomment the ```BASHBOT_CURL_ARGS``` line in
If you feel that there's something missing or if you found a bug, feel free to If you feel that there's something missing or if you found a bug, feel free to
submit a pull request! submit a pull request!
#### $$VERSION$$ V0.94-1-g7aa409f #### $$VERSION$$ V0.94-2-gced78d3

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/) 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 After installation / update of bashbot you must change the shebang line to point to your bash location
e.g. with the provided script ```examples/bash2env.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 We stay with /bin/bash shebang, because using the system bash is more save, see
[Security Considerations](../README.md#Security-Considerations) [Security Considerations](../README.md#Security-Considerations)
@ -98,5 +98,5 @@ The old format is supported for backward compatibility, but may fail for corner
#### [Next Create Bot](1_firstbot.md) #### [Next Create Bot](1_firstbot.md)
#### $$VERSION$$ V0.94-1-g7aa409f #### $$VERSION$$ V0.94-3-gca803c0

View File

@ -241,5 +241,5 @@ send_action "${CHAT[ID]}" "action"
#### [Prev Create Bot](1_firstbot.md) #### [Prev Create Bot](1_firstbot.md)
#### [Next Advanced Usage](3_advanced.md) #### [Next Advanced Usage](3_advanced.md)
#### $$VERSION$$ V0.94-0-gbdb50c8 #### $$VERSION$$ V0.94-2-gced78d3