Elektrine lite

← Feed

@AFresh1@bsd.network

Post #1248230

2026-02-22 15:45 UTC

@ajlewis2 @stefano i didn't spot it in the replies, but https://www.shellcheck.net/ is so helpful. A local version is probabaly available in your favorite package repository. Not only do the errors tell you how to fix it, the wiki has in depth descriptions of why. Like any tool it is sometimes wrong (usually when you _want_ token splitting IME) but it helps so much.

Replies (1)

  • @ajlewis2@social.vivaldi.net 2026-02-22 16:20

    @AFresh1 @stefano I just installed that from the repository and ran it on a couple of short scripts. I already see a couple of things I do that could use improvement on 2 line scripts. :-) This is going to be a handy tool. Thanks!

    Open ##1248231