https://bshchk.blek.codes/

this is a program that parses a bash file, collects all dependencies and then adds a snippet at the start of the file that would check if they are installed at the earliest point possible, to prevent situations where a program just fails in the middle of execution because some random dependency is not installed

  • adr1anM
    link
    fedilink
    311 months ago

    This is great. Good complimentary functionality to ShellCheck (linter).

    • aliceOP
      link
      fedilink
      211 months ago

      its not exactly a complimentary functionality to shellcheck, it just uses it as a dependency