diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/get (renamed from static/get.ps1) | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/static/get.ps1 b/static/get index 062772b..dea9f18 100644 --- a/static/get.ps1 +++ b/static/get @@ -1,16 +1,16 @@ -# Check massgrave.dev for more details
-
-Write-Host ""
-Write-Host "The command 'irm https://massgrave.dev/get | iex' is retired."
-Write-Host ""
-Write-Host "Visit the site below for the new command:" -ForegroundColor Green
-Write-Host ""
-Write-Host "https://massgrave.dev/" -ForegroundColor Cyan
-Write-Host ""
-
-if (-not $args) {
- Write-Host "Press any key to open the website..."
- [void][System.Console]::ReadKey($true)
-
- Start-Process "https://massgrave.dev/"
-}
+# Check massgrave.dev for more details + +Write-Host "" +Write-Host "The command 'irm https://massgrave.dev/get | iex' is retired." +Write-Host "" +Write-Host "Visit the site below for the new command:" -ForegroundColor Green +Write-Host "" +Write-Host "https://massgrave.dev/" -ForegroundColor Cyan +Write-Host "" + +if (-not $args) { + Write-Host "Press any key to open the website..." + [void][System.Console]::ReadKey($true) + + Start-Process "https://massgrave.dev/" +} |
