From b5caff0a325cff1595cadb075ae3ce5db44f92be Mon Sep 17 00:00:00 2001 From: Gnadelwartz Date: Sun, 29 Nov 2020 15:34:00 +0100 Subject: [PATCH] statisfy newer shellcheck version --- README.html | 218 ++++++++++++------------- README.md | 2 +- README.txt | 7 +- bashbot.rc | 9 +- bashbot.sh | 5 +- commands.sh | 4 +- dev/hooks/pre-commit.sh | 4 +- dev/obfuscate.sh | 2 +- doc/7_develop.md | 5 +- examples/bash2env.sh | 4 +- examples/jsonDB-keyboard/mycommands.sh | 5 +- modules/background.sh | 3 +- modules/sendMessage.sh | 3 +- mycommands.sh | 9 +- 14 files changed, 142 insertions(+), 138 deletions(-) diff --git a/README.html b/README.html index dc33d59..4d91e68 100644 --- a/README.html +++ b/README.html @@ -5,82 +5,78 @@ Bashbot README - + - -
+

Bashbot README

@@ -95,7 +91,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 embedded systems: busybox or toybox ONLY is not sufficient, you need a to install a "real" bash, see also 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