All public logs

Jump to navigation Jump to search

Combined display of all available logs of Ever changing code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:59, 24 August 2022 Pio2pio talk contribs created page Linux shell/Functions (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...")