From d667ecc262c8a7117ef7dab4ef7ffe72f3ff01fc Mon Sep 17 00:00:00 2001 From: dcoomber <47242934+dcoomber@users.noreply.github.com> Date: Sun, 27 Sep 2020 20:24:15 +0200 Subject: [PATCH] Merging with topkecleon-develop --- README.html | 79 +++++++++++++++++++++------------------- README.md | 12 ++++-- README.txt | 14 ++++--- bashbot.rc | 2 +- bashbot.sh | 17 ++++++++- commands.sh | 2 +- dev/all-tests.sh | 2 +- dev/git-add.sh | 2 +- dev/hooks/pre-commit.sh | 2 +- dev/hooks/pre-push.sh | 2 +- dev/install-hooks.sh | 2 +- dev/make-distribution.sh | 2 +- dev/make-standalone.sh | 2 +- dev/shellcheck.files | 2 +- dev/version.sh | 2 +- doc/0_install.md | 78 +++++++++++++++++++++++++++++---------- doc/2_usage.md | 2 +- modules/sendMessage.sh | 2 +- mycommands.sh.clean | 2 +- mycommands.sh.dist | 2 +- 20 files changed, 146 insertions(+), 84 deletions(-) diff --git a/README.html b/README.html index e5d8ee0..e3b9070 100644 --- a/README.html +++ b/README.html @@ -93,7 +93,8 @@ Written by Drew (@topkecleon) and Kay M (@gnadelwartz).

Prerequisites

Uses JSON.sh and the magic of sed.

Even bashbot is written in bash, it depends on commands typically available in a Unix/Linux Environment. More concrete on the common commands provided by recent versions of coreutils, busybox or toybox, see Developer Notes

-

Note for MacOS and BSD Users: As bashbot heavily uses modern bash and (gnu) grep/sed features, bashbot will not run without installing additional software, see Install Bashbot

+

Note for MacOS and BSD Users: As bashbot heavily uses modern bash and (gnu) grep/sed features, bashbot will not run without installing additional software, see Install Bashbot

+

Note for embedded systems: busybox or toybox ONLY is not sufficient, you need a to install a "real" bash, see also Install Bashbot

Bashbot Documentation and Downloads are available on www.github.com

Documentation