Skip to content

Instantly share code, notes, and snippets.

@lepinekong
Last active April 12, 2018 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lepinekong/d895d64528ee85e6aac4b13bdf3437bc to your computer and use it in GitHub Desktop.
Save lepinekong/d895d64528ee85e6aac4b13bdf3437bc to your computer and use it in GitHub Desktop.
New-Item -ItemType Directory -Force -Path C:\red;(New-Object System.Net.WebClient).DownloadFile('https://static.red-lang.org/dl/win/red-063.exe','c:\red\red.exe');Start-Process -Filepath 'c:\red\red.exe'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment