why bash?

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2019-04-27 16:28:17 +02:00
parent 0d38a67cf5
commit 07dc7b4432
4 changed files with 8 additions and 8 deletions

View File

@ -75,17 +75,17 @@ To set access rights for your bashbot installation to a reasonable default run `
### Is this Bot insecure?
Bashbot is not more (in)secure as any other Bot written in any other language, we have done our best to make it as secure as possible. But YOU are responsible for the bot commands you wrote and you should know about the risks ...
### Why Bash and not the much better ...?
### Why Bash and not the much better xyz?
Well, thats a damn good question ... may be because I'm an Unix/Linux admin from stone age. Nevertheless there are more reasons from my side:
- bashbot will run everywhere where bash is availible, from ebedded linux to mainframe
- easy to integrate with other shell/bashscripts for system admins to send status updates
- no need to install or learn a new programming language, library or framwework
- easy to integrate with other shell script, e.g. for sending system message / health status
- no need to install or learn a new programming language, library or framework
- no database, not event driven, not OO ...
-
@Gnadelwartz
## That's it!
If you feel that there's something missing or if you found a bug, feel free to submit a pull request!
#### $$VERSION$$ v0.70-pre1-3-g3719c81
#### $$VERSION$$ v0.70-pre1-4-g0d38a67

View File

@ -142,5 +142,5 @@ That's it!
If you feel that there's something missing or if you found a bug, feel
free to submit a pull request!
latexmath:[\[VERSION\]] v0.70-pre1-3-g3719c81
latexmath:[\[VERSION\]] v0.70-pre1-4-g0d38a67
+++++++++++++++++++++++++++++++++++++++++++++

View File

@ -1,7 +1,7 @@
#!/bin/sh
# description: Start or stop telegram-bash-bot
#
#### $$VERSION$$ v0.70-pre1-3-g3719c81
#### $$VERSION$$ v0.70-pre1-4-g0d38a67
# shellcheck disable=SC2009
# shellcheck disable=SC2181

View File

@ -5,7 +5,7 @@
# This file is public domain in the USA and all free countries.
# Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying)
#
#### $$VERSION$$ v0.70-pre1-3-g3719c81
#### $$VERSION$$ v0.70-pre1-4-g0d38a67
# source from commands.sh if you want ro use interactive or background jobs