4
I have an extract.sh script that does some things. I have another powershell.sh script that makes the powershell call only. And inside the powershell.sh I pull the extract.sh to run the script inside the powershell. But when the powershell.sh script runs that opens the powershell, it stops right there...
My second scenario was to put the powershell command before the script started in the extract.sh script, but the result was the same...
So my question is: How I can call the powershell and run my script?
you could put an example of the codes of the scripts you want to run?
– Rafael Gorski
and how to run on linux??
– PauloBoaventura
@Pauloboaventura, https://docs.microsoft.com/pt-br/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1
– Augusto Vasques