5 lines
154 B
PowerShell
5 lines
154 B
PowerShell
|
#!/bin/pwsh
|
||
|
. "$PSScriptRoot/profile.ps1";
|
||
|
powershell "$PSScriptRoot/profile.ps1";
|
||
|
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1";
|