Revision history of "Linux shell/Functions"

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.

  • curprev 22:59, 24 August 2022Pio2pio talk contribs 1,958 bytes +1,958 Created page with "A bunch of useful functions: <source lang=bash> cat > common_functions.sh <<EOF #!/usr/bin/env bash ########################################################################################## # log: trace message to stdout # Globals: # None # Arguments: # - $1: msg to render, if empty log does nothing # - $2: level tag, defaults to INFO # Returns: # outputs to stdout ########################################################################################## funct..."