e0ffd8e604
The package directory includes scripts and resources that are used to build the release archives.
3 lines
87 B
PowerShell
3 lines
87 B
PowerShell
$allArgs = $PsBoundParameters.Values + $args
|
|
$env:NMAPDIR = "data"
|
|
.\nmap.exe $allArgs
|