Skip to content

Instantly share code, notes, and snippets.

@bitpaint
Created December 23, 2021 14:09
Show Gist options
  • Select an option

  • Save bitpaint/22156846ad3f01a3fba6eb8c01363653 to your computer and use it in GitHub Desktop.

Select an option

Save bitpaint/22156846ad3f01a3fba6eb8c01363653 to your computer and use it in GitHub Desktop.

Revisions

  1. bitpaint created this gist Dec 23, 2021.
    6 changes: 6 additions & 0 deletions colorpatch.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # Add Custom hex color to Specific project
    sed -i '/:[0-9]*$/ ! s/$/|FFFFFF/' log.txt
    sed -i '/:[0-9]*$/ ! s/$/|000000/' log2.txt

    // # Combine logs
    // cat *.txt | sort -n > _combined.txt