diff options
| author | WindowsAddict | 2024-03-18 06:28:04 +0000 |
|---|---|---|
| committer | WindowsAddict | 2024-03-18 06:28:04 +0000 |
| commit | b30e7ac66bf339613dda831cc1b4b61c39e53218 (patch) | |
| tree | 00bd662dcc084b408e5c5126f5bdf073d3a3f701 /_site/get.ps1 | |
| parent | 9744b3843f9d001551be31a29dc2ec12e696ccba (diff) | |
| download | massgrave.dev-b30e7ac66bf339613dda831cc1b4b61c39e53218.zip | |
change rem to :: to evade some AV's detection
Diffstat (limited to '_site/get.ps1')
| -rw-r--r-- | _site/get.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_site/get.ps1 b/_site/get.ps1 index 8c422fd..6fe4820 100644 --- a/_site/get.ps1 +++ b/_site/get.ps1 @@ -19,7 +19,7 @@ catch { }
$ScriptArgs = "$args "
-$prefix = "@REM $rand `r`n"
+$prefix = "@:: $rand `r`n"
$content = $prefix + $response
Set-Content -Path $FilePath -Value $content
|
