Skip to content
  1. Sep 12, 2023
    • Liam Aharon's avatar
      fix simple analytics injection script (#1501) · 77c867ba
      Liam Aharon authored
      When `process_file` is run by `xargs`, it is executed inside a new shell
      without access to variables defined outside of its scope.
      
      This resulted in `script_content` being an empty string.
      
      By exporting `script_content` prior to running `xargs` it is available
      inside the new shells.
      77c867ba
  2. Sep 11, 2023
  3. Sep 09, 2023
  4. Sep 08, 2023
  5. Sep 07, 2023
  6. Sep 06, 2023