From 07dc7b443280d7ffb3d8e81640c2e47458fcd485 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sat, 27 Apr 2019 16:28:17 +0200 Subject: [PATCH] why bash? --- README.md | 10 +++++----- README.txt | 2 +- bashbot.rc | 2 +- modules/background.sh | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 74dd967..e62c489 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.txt b/README.txt index fc2cc5a..b9ef8bf 100644 --- a/README.txt +++ b/README.txt @@ -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 +++++++++++++++++++++++++++++++++++++++++++++ diff --git a/bashbot.rc b/bashbot.rc index bcfc6e2..a8034b3 100755 --- a/bashbot.rc +++ b/bashbot.rc @@ -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 diff --git a/modules/background.sh b/modules/background.sh index 21c5357..45cd601 100644 --- a/modules/background.sh +++ b/modules/background.sh @@ -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