Spaces:
Runtime error
Runtime error
Update invoke-RedTeam-AI.ps1
Browse files- invoke-RedTeam-AI.ps1 +4 -2
invoke-RedTeam-AI.ps1
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
<#
|
2 |
.SYNOPSIS
|
3 |
Red Team AI Terminal Assistant – полностью in‑memory реализация на PowerShell.
|
@@ -236,9 +238,9 @@ function ai {
|
|
236 |
|
237 |
if ($args.Count -gt 0) {
|
238 |
ai -InputCommand ($args -join " ")
|
239 |
-
}
|
240 |
-
else {
|
241 |
Write-Host "Usage: ai -InputCommand 'your command here'" -ForegroundColor Magenta
|
242 |
}
|
243 |
|
244 |
#endregion
|
|
|
|
1 |
+
|
2 |
+
function ai {
|
3 |
<#
|
4 |
.SYNOPSIS
|
5 |
Red Team AI Terminal Assistant – полностью in‑memory реализация на PowerShell.
|
|
|
238 |
|
239 |
if ($args.Count -gt 0) {
|
240 |
ai -InputCommand ($args -join " ")
|
241 |
+
} else {
|
|
|
242 |
Write-Host "Usage: ai -InputCommand 'your command here'" -ForegroundColor Magenta
|
243 |
}
|
244 |
|
245 |
#endregion
|
246 |
+
}
|