mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
…
|
||
---|---|---|
.. | ||
beautysh.info | ||
beautysh.SlackBuild | ||
README | ||
slack-desc |
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.