culinary.kemonine.info/env.ps1

3 lines
106 B
PowerShell
Raw Normal View History

2022-12-03 15:27:03 +00:00
$Path = $PSScriptRoot
Write-Host $Path\hugo.exe
Set-Alias -Value $Path\hugo.exe -Name hugo -Scope Global