summaryrefslogtreecommitdiff
path: root/imagescheck/icccheck.sh
blob: 20d47a4855b29b0f9bab466fa4ea2999766d8613 (plain) (blame)
1
2
3
4
5
#!/bin/bash

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

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