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




                                                                
#!/usr/bin/env bash

export DIR="../../clientdata"

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