islandsurvivalcraft/test-server/delete_worlds.ps1

2 lines
113 B
PowerShell

write-Output "Deleting previous world if there was one..."
remove-Item -Recurse world* -Force -ErrorAction Ignore