Skip to content

Instantly share code, notes, and snippets.

@27Cobalter
Last active April 23, 2026 14:17
Show Gist options
  • Select an option

  • Save 27Cobalter/22c8240e07e4008a95edf194a6929374 to your computer and use it in GitHub Desktop.

Select an option

Save 27Cobalter/22c8240e07e4008a95edf194a6929374 to your computer and use it in GitHub Desktop.
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