Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intermediate commit
  • Loading branch information
searchivairus committed Feb 7, 2018
1 parent 333d950 commit e80341f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/update_all_files_header.sh
Expand Up @@ -5,6 +5,10 @@ for suff in h cc cpp c ; do
for f in `find . -name *.$suff` ; do
echo $f
scripts/update_file_header.py $f $tmpn
if [ "$?" = "0" ] ; then
cat $tmpn > $f
fi
done
done
rm $tmpn

0 comments on commit e80341f

Please sign in to comment.