From 3d05031c5d589432416050b07c3e6c0ce7d2ff0e Mon Sep 17 00:00:00 2001 From: Lyssa Date: Thu, 15 Jan 2026 13:17:26 +0400 Subject: Fix broken anchors, fix massgrave.dev/get script, debloat site a bit --- static/get | 16 ++++++++++++++++ static/get.ps1 | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 static/get delete mode 100644 static/get.ps1 (limited to 'static') diff --git a/static/get b/static/get new file mode 100644 index 0000000..dea9f18 --- /dev/null +++ b/static/get @@ -0,0 +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/" +} diff --git a/static/get.ps1 b/static/get.ps1 deleted file mode 100644 index 062772b..0000000 --- a/static/get.ps1 +++ /dev/null @@ -1,16 +0,0 @@ -# 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/" -} -- cgit v1.2.3