summaryrefslogtreecommitdiff
path: root/licensecheck/clientdata.sh
blob: 9d678d96ba16fb12cd8e724760ed55b0f2877b26 (plain) (blame)
1
2
3
4
5
6
#!/bin/bash

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

find $DIR -type f -name "*.png" -exec ./checkfile.sh $DIR/LICENSE {} \;
find $DIR/sfx -type f -name "*.ogg" -exec ./checkfile.sh $DIR/LICENSE {} \;