mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-07 00:27:46 +00:00
1 line
125 B
PowerShell
1 line
125 B
PowerShell
![]() |
Get-ChildItem Schemas | ? {$_.PSIsContainer} | ForEach-Object { git apply relations.patch --directory "Schemas/$($_.Name)" }
|