$num1 = Read-Host "Dame el primer número" $num2 = Read-Host "Dame el segundo número" wsl sh /root/suma.sh $num1 $num2
Ejercicios de WSL: realizar una suma en WSL llamando a un script donde le pasamos dos valores desde PowerShell (PowerShell, Bash)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.