summaryrefslogblamecommitdiff
path: root/imagescheck/icccheck.sh
blob: 6ca14815e07185d4ac18331b08592b1bbab793da (plain) (tree)
1
2
3
4
5
                   


                              
                                                                
#!/usr/bin/env bash

export DIR="../../client-data"

find -H $DIR -type f -name "*.png" -exec ./icccheckfile.sh {} \;