Created
December 23, 2021 14:09
-
-
Save bitpaint/22156846ad3f01a3fba6eb8c01363653 to your computer and use it in GitHub Desktop.
Color patcher for Gource
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment