winure/scripts/pwsh.sh

7 lines
120 B
Bash
Raw Normal View History

2024-06-17 09:02:28 -04:00
#!/usr/bin/bash
cd '/mnt/c/Program Files/WindowsApps/'
target=`find Microsoft.PowerShell* -name 'pwsh.exe'`
"$target"