accessible.tips/bin/env.ps1
2023-03-18 12:11:11 -04:00

3 lines
104 B
PowerShell

$Path = $PSScriptRoot
Write-Host $Path\hugo.exe
Set-Alias -Value $Path\hugo.exe -Name hugo -Scope Global