1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-07 08:37:45 +00:00
EXDSchema/Schemas/test.sh
2023-11-07 20:17:00 -05:00

4 lines
No EOL
82 B
Bash

for d in * ; do
echo "Zipping $d"
zip -rq -9 ../release-out/$d.zip $d
done