Sha256: 96e1338f783f927ab3d5ee40ead3e0302a66ac97745398c5fff2312dfa019cc8
Contents?: true
Size: 177 Bytes
Versions: 25
Compression:
Stored size: 177 Bytes
Contents
$p = $ExecutionContext.SessionState.Path $path = $p.GetUnresolvedProviderPathFromPSPath("<%= path %>") if (Test-Path $path) { Remove-Item $path -Force -Recurse } exit 0
Version data entries
25 entries across 25 versions & 4 rubygems