master
parent
1f8dad3771
commit
cdb384a3fe
@ -0,0 +1,10 @@ |
|||||||
|
mkdir test |
||||||
|
cd test |
||||||
|
|
||||||
|
$scripts = 'base.ps1', 'python.ps1', 'cpp.ps1', 'nodejs.ps1', 'bunjs.ps1', 'ruby.ps1', 'go.ps1', 'zig.ps1', 'crystal.ps1' |
||||||
|
|
||||||
|
foreach($script in $scripts) { |
||||||
|
irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/$script -outfile $script |
||||||
|
|
||||||
|
powershell -executionpolicy bypass .\$script |
||||||
|
} |
Loading…
Reference in new issue