mirror of
https://github.com/netchx/netch.git
synced 2026-04-27 21:49:36 +08:00
9 lines
156 B
PowerShell
9 lines
156 B
PowerShell
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
|
|
|
|
if (Test-Path 'release') {
|
|
rm -Recurse -Force 'release'
|
|
}
|
|
|
|
Pop-Location
|
|
exit 0
|