mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-12-29 05:02:46 +00:00
example bash -c bash2env.sh
This commit is contained in:
parent
ca803c0a47
commit
f0a7d85351
@ -228,6 +228,6 @@ It features background tasks and interactive chats, and can serve as an interfac
|
||||
<p>@Gnadelwartz</p>
|
||||
<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>
|
||||
<h4>$$VERSION$$ V0.94-1-g7aa409f</h4>
|
||||
<h4>$$VERSION$$ V0.94-2-gced78d3</h4>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -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!
|
||||
|
||||
#### $$VERSION$$ V0.94-1-g7aa409f
|
||||
#### $$VERSION$$ V0.94-2-gced78d3
|
||||
|
@ -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
|
||||
submit a pull request!
|
||||
|
||||
#### $$VERSION$$ V0.94-1-g7aa409f
|
||||
#### $$VERSION$$ V0.94-2-gced78d3
|
||||
|
@ -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 ```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
|
||||
[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)
|
||||
|
||||
#### $$VERSION$$ V0.94-1-g7aa409f
|
||||
#### $$VERSION$$ V0.94-3-gca803c0
|
||||
|
||||
|
@ -241,5 +241,5 @@ send_action "${CHAT[ID]}" "action"
|
||||
#### [Prev Create Bot](1_firstbot.md)
|
||||
#### [Next Advanced Usage](3_advanced.md)
|
||||
|
||||
#### $$VERSION$$ V0.94-0-gbdb50c8
|
||||
#### $$VERSION$$ V0.94-2-gced78d3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user