summaryrefslogtreecommitdiff
path: root/imagescheck/icccheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'imagescheck/icccheck.sh')
-rwxr-xr-ximagescheck/icccheck.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/imagescheck/icccheck.sh b/imagescheck/icccheck.sh
new file mode 100755
index 0000000..28a7b37
--- /dev/null
+++ b/imagescheck/icccheck.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+export DIR="../../clientdata"
+
+find -H $DIR -type f -name "*.png" -exec ./icccheckfile.sh {} \;