3 lines
83 B
Bash
3 lines
83 B
Bash
#!/bin/sh
|
|
exec /mnt/c/windows/system32/WindowsPowerShell/v1.0/powershell.exe "$@"
|
|
|