summaryrefslogtreecommitdiff
path: root/CI/licensecheck/clientdata.sh
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-12 18:47:33 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-12 18:47:33 -0300
commit6a343e058a776b1050773c53da583ac044df6f0f (patch)
treeb469ef551024b75aa29a1d8f3365a3c0969bb0da /CI/licensecheck/clientdata.sh
parent59bc766bbbaba86d0424411f51e62778e5d37fef (diff)
downloadmessworld-tools-6a343e058a776b1050773c53da583ac044df6f0f.tar.gz
messworld-tools-6a343e058a776b1050773c53da583ac044df6f0f.tar.bz2
messworld-tools-6a343e058a776b1050773c53da583ac044df6f0f.tar.xz
messworld-tools-6a343e058a776b1050773c53da583ac044df6f0f.zip
Add CI Utils. Add Updater. And add my analysis tool (wikigen)
Diffstat (limited to 'CI/licensecheck/clientdata.sh')
-rwxr-xr-xCI/licensecheck/clientdata.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/CI/licensecheck/clientdata.sh b/CI/licensecheck/clientdata.sh
new file mode 100755
index 0000000..583b197
--- /dev/null
+++ b/CI/licensecheck/clientdata.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+export DIR="../../client-data"
+
+find -H $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;
+find -H $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;
+find -H $DIR -type f -name "*.tmx" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;
+find -H $DIR -type f -name "*.jpg" -exec ./checkfile.sh $DIR/LICENSE $DIR/ART_LICENSE {} \;
+