Rename powershell util script

This commit is contained in:
Manuel Thalmann 2024-03-20 18:56:16 +01:00
parent 0274f32895
commit 37ddcb63d2
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/pwsh
. "$PSScriptRoot/../powershell/profile.ps1";
. "$PSScriptRoot/../powershell/lib.ps1";
Add-PowerShellProfileStatement -Statement "# aliae`naliae init pwsh | Invoke-Expression";

View file

@ -1,5 +1,5 @@
#!/bin/pwsh
. "$PSScriptRoot/../../Common/Config/powershell/profile.ps1";
. "$PSScriptRoot/../../Common/Config/powershell/lib.ps1";
class Context {
[string]$EntryPoint;