Bash-confirm-binaries: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 March 2023

  • curprev 16:3616:36, 23 March 2023Chubbard talk contribsm 1,857 bytes +297 No edit summary
  • curprev 16:3316:33, 23 March 2023Chubbard talk contribsm 1,560 bytes +757 No edit summary
  • curprev 08:4008:40, 23 March 2023Chubbard talk contribs 803 bytes +803 Created page with "=== Simple function to confirm binaries exist before running scripts === <pre> #=== FUNCTION ================================================================ # NAME: verify_deps # DESCRIPTION: Check that all binary files are available to be used # PARAMETERS: None. This is standalone. Changes occur on case by case # RETURNS: none #=============================================================================== verify_deps() { # needed="xmllint..."