From 1153d654d807bdef5088c90e025f498c82ffaa60 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Wed, 23 Sep 2020 10:58:18 +0200 Subject: [PATCH] check for bash features --- README.html | 77 +++++++++++++++++++++++++----------------------- README.md | 10 +++++-- README.txt | 12 +++++--- bashbot.sh | 15 +++++++++- doc/0_install.md | 18 ++++++++++- 5 files changed, 86 insertions(+), 46 deletions(-) diff --git a/README.html b/README.html index 260cc8c..7e58e16 100644 --- a/README.html +++ b/README.html @@ -94,6 +94,7 @@ Written by Drew (@topkecleon) and Kay M (@gnadelwartz).

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 emmbedded systems: busybox or toybox ONLY is not sufficient, you need a to install a "real" bash, see Install Bashbot

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

Documentation