3 lines
106 B
PowerShell
3 lines
106 B
PowerShell
$Path = $PSScriptRoot
|
|
Write-Host $Path\hugo.exe
|
|
Set-Alias -Value $Path\hugo.exe -Name hugo -Scope Global |