1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-05 23:57:46 +00:00

How and why did i commit this

This commit is contained in:
Liam 2023-11-08 19:36:15 -05:00
parent aefe867f39
commit 22a73f79ea

View file

@ -1,4 +0,0 @@
for d in * ; do
echo "Zipping $d"
zip -rq -9 ../release-out/$d.zip $d
done