Bash, PowerShell PowerShell ## 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 12345 ## Código del script que suma (suma.sh)## echo $1+$2 | bc ## Llamada desde WSL al script suma.shwsl sh /root/script.sh 1 2