1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-07 00:27:46 +00:00
EXDSchema/Schemas/test.sh

4 lines
82 B
Bash
Raw Normal View History

2023-11-07 20:17:00 -05:00
for d in * ; do
echo "Zipping $d"
zip -rq -9 ../release-out/$d.zip $d
done