mirror of
https://github.com/ZenithOS/ZenithOS.git
synced 2026-05-26 21:20:41 +00:00
5 lines
204 B
PowerShell
5 lines
204 B
PowerShell
Remove-Item -Recurse -Force .\src\*
|
|
Copy-Item -Recurse -Force Z:\* .\src\
|
|
Remove-Item .\Zenith-latest*.iso
|
|
Move-Item .\src\Tmp\MyDistro.ISO.C .\Zenith-latest-$(Get-Date -Format "yyyy-MM-dd-HH_mm_ss").iso
|