mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
73defbd204
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
360 B
Text
7 lines
360 B
Text
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.
|