download
raw
403 Bytes
# Load dotenv-style file and restore environment variables
Get-Content -Path "$PSScriptRoot\envVars.txt" | ForEach-Object {
# Split each line into key and value at the first '='
$parts = $_ -split '=', 2
if ($parts.Count -eq 2) {
$key = $parts[0].Trim()
$value = $parts[1].Trim()
# Set the environment variable
Set-Item -Path "env:$key" -Value $value
}
}

Xet Storage Details

Size:
403 Bytes
·
Xet hash:
bbcc4727f6dce6d63b333112492639020a5ef6ab52977b43f3f657ca13520a5b

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.