## Código del script que suma (suma.sh) ## echo $1+$2 | bc ## Llamada desde WSL al script suma.sh wsl sh /root/script.sh 1 2
Ejercicios de WSL: realizar una suma en WSL llamando a un script de Bash donde le pasamos dos valores (PowerShell, Bash)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.