2 lines
113 B
PowerShell
2 lines
113 B
PowerShell
write-Output "Deleting previous world if there was one..."
|
|
remove-Item -Recurse world* -Force -ErrorAction Ignore |