4 lines
87 B
PowerShell
4 lines
87 B
PowerShell
|
$allArgs = $PsBoundParameters.Values + $args
|
||
|
$env:NMAPDIR = "data"
|
||
|
.\nmap.exe $allArgs
|