7 lines
120 B
Bash
7 lines
120 B
Bash
|
#!/usr/bin/bash
|
||
|
|
||
|
cd '/mnt/c/Program Files/WindowsApps/'
|
||
|
target=`find Microsoft.PowerShell* -name 'pwsh.exe'`
|
||
|
"$target"
|
||
|
|