diff --git a/base.ps1 b/base.ps1 index 610da23..38362f7 100644 Binary files a/base.ps1 and b/base.ps1 differ diff --git a/bigtest.ps1 b/bigtest.ps1 index a9358ec..0a4be32 100644 --- a/bigtest.ps1 +++ b/bigtest.ps1 @@ -1,7 +1,7 @@ mkdir test cd test -$scripts = 'python.ps1', 'cpp.ps1', 'nodejs.ps1', 'bunjs.ps1', 'ruby.ps1', 'go.ps1', 'zig.ps1', 'crystal.ps1' +$scripts = 'extras.p1','python.ps1', 'cpp.ps1', 'nodejs.ps1', 'bunjs.ps1', 'ruby.ps1', 'go.ps1', 'zig.ps1', 'crystal.ps1', 'rust.ps1' foreach($script in $scripts) { irm https://git.learnjsthehardway.com/learn-code-the-hard-way/lcthw-windows-installers/raw/branch/master/$script -outfile $script diff --git a/extras.ps1 b/extras.ps1 new file mode 100644 index 0000000..23c06ca Binary files /dev/null and b/extras.ps1 differ diff --git a/ruby.ps1 b/ruby.ps1 index 1bdacb7..7f2e224 100644 Binary files a/ruby.ps1 and b/ruby.ps1 differ diff --git a/rust.ps1 b/rust.ps1 new file mode 100644 index 0000000..97a3a25 Binary files /dev/null and b/rust.ps1 differ