diff options
Diffstat (limited to 'get.ps1')
| -rw-r--r-- | get.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|
