-
Allison Vacanti authored
for i in `find ./ -regex ".*\.cuh?$"` do sh -c "cat ~/boilerplate ${i} > tmp && mv tmp ${i}" done078919b6
This project is licensed under the Apache License 2.0.
Learn more
for i in `find ./ -regex ".*\.cuh?$"`
do
sh -c "cat ~/boilerplate ${i} > tmp && mv tmp ${i}"
done