static-toolbox/packaging/run-nmap.ps1
takeshix e0ffd8e604 Added packaging directory
The package directory includes scripts and resources that are used to
build the release archives.
2018-04-19 21:14:30 +02:00

3 lines
87 B
PowerShell

$allArgs = $PsBoundParameters.Values + $args
$env:NMAPDIR = "data"
.\nmap.exe $allArgs