Last active
April 23, 2026 14:17
-
-
Save 27Cobalter/22c8240e07e4008a95edf194a6929374 to your computer and use it in GitHub Desktop.
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
| cd $(git rev-parse --show-toplevel) | (cd build && ninja -t deps) | grep -E "^[ \t]" | grep -E "\.(cc|cpp|cxx|h|hpp|inl)$" | awk '!a[$0]++{print $0}' | sed -e "s/^[ \t]*//" -e "s@$(git rev-parse --show-toplevel)/@@g" | zip archive.zip -@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment