harfbuzz/.collect_logs

7 lines
116 B
Plaintext
Raw Normal View History

#!/bin/bash
for f in $(find . -name '*.log' -not -name 'config.log'); do
echo '====' $f '===='
cat $f
done