mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-07 16:47:45 +00:00
4 lines
82 B
Bash
4 lines
82 B
Bash
![]() |
for d in * ; do
|
||
|
echo "Zipping $d"
|
||
|
zip -rq -9 ../release-out/$d.zip $d
|
||
|
done
|