1
Fork 0
mirror of https://github.com/xivdev/EXDSchema.git synced 2025-06-07 08:37:45 +00:00
EXDSchema/relations.ps1

1 line
125 B
PowerShell
Raw Normal View History

2024-07-26 17:45:20 -07:00
Get-ChildItem Schemas | ? {$_.PSIsContainer} | ForEach-Object { git apply relations.patch --directory "Schemas/$($_.Name)" }