index
:
issim
main
Unnamed repository; edit this file 'description' to name the repository.
Julian Blake Kongslie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
iwyu-header
blob: cd71456235c22d3ee71ec1885ad62b4ff32d0c27 (
plain
) (
blame
)
1
2
3
4
5
#!/bin/bash for ARG in "$@"; do echo "#include \"$ARG\" // IWYU pragma: associated" done