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



                              
                                                                
#!/bin/bash

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

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