1 2 3 4 5 6 |
bash -c "wget https://raw.githubusercontent.com/jesusninoc/Bash/master/Repaso/UtilizarCadenas.sh" gc .\UtilizarCadenas.sh | %{ $_ bash -c "$_" Start-Sleep -Seconds 5 } |
1 2 3 4 5 6 |
bash -c "wget https://raw.githubusercontent.com/jesusninoc/Bash/master/Repaso/UtilizarCadenas.sh" gc .\UtilizarCadenas.sh | %{ $_ bash -c "$_" Start-Sleep -Seconds 5 } |