diff options
Diffstat (limited to 'licensecheck')
-rwxr-xr-x | licensecheck/clientdata.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/licensecheck/clientdata.sh b/licensecheck/clientdata.sh index 016952b..9d678d9 100755 --- a/licensecheck/clientdata.sh +++ b/licensecheck/clientdata.sh @@ -2,8 +2,5 @@ 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 {} \; |