SlackBuildsOrg/development/beautysh
B. Watson 73defbd204
development/beautysh: Updated for version 6.2.1, new maintainer.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-05-13 19:27:32 +07:00
..
beautysh.info development/beautysh: Updated for version 6.2.1, new maintainer. 2023-05-13 19:27:32 +07:00
beautysh.SlackBuild development/beautysh: Updated for version 6.2.1, new maintainer. 2023-05-13 19:27:32 +07:00
README development/beautysh: Updated for version 6.2.1, new maintainer. 2023-05-13 19:27:32 +07:00
slack-desc development/beautysh: Updated for version 6.2.1, new maintainer. 2023-05-13 19:27:32 +07:00

beautysh (beautifier for bash scripts)

beautysh takes upon itself the hard task of beautifying Bash scripts
(yeesh). Processing Bash scripts is not trivial, they aren't like C or
Java programs - they have a lot of ambiguous syntax, and (shudder) you
can use keywords as variables. This means there will be some border
cases beautysh won't be able to process.