summaryrefslogtreecommitdiff
path: root/licensecheck/clientdata.sh
diff options
context:
space:
mode:
Diffstat (limited to 'licensecheck/clientdata.sh')
-rwxr-xr-xlicensecheck/clientdata.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/licensecheck/clientdata.sh b/licensecheck/clientdata.sh
new file mode 100755
index 0000000..016952b
--- /dev/null
+++ b/licensecheck/clientdata.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+export DIR="../../client-data"
+
+echo Checking png files
+find $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE {} \;
+
+echo Checking ogg files
+find $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE {} \;