Sha256: 7d37aebfeb8aa08dff64dee7efffa7e2a7da140ea8f348ed0167acb83ce63f0a
Contents?: true
Size: 270 Bytes
Versions: 20
Compression:
Stored size: 270 Bytes
Contents
$p = $ExecutionContext.SessionState.Path $path = $p.GetUnresolvedProviderPathFromPSPath("<%= path %>") if (Test-Path $path -PathType Leaf) { $bytes = [System.convert]::ToBase64String([System.IO.File]::ReadAllBytes($path)) Write-Host $bytes exit 0 } exit 1
Version data entries
20 entries across 20 versions & 3 rubygems