commit
1f9bc44c60
1 changed files with 3 additions and 1 deletions
4
packaging/run-nmap.sh
Normal file → Executable file
4
packaging/run-nmap.sh
Normal file → Executable file
|
@ -1,2 +1,4 @@
|
|||
#!/bin/bash
|
||||
NMAPDIR=data ./nmap $@
|
||||
SOURCE="${BASH_SOURCE[0]}"
|
||||
SCRIPT_DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
|
||||
NMAPDIR="$SCRIPT_DIR/data" "$SCRIPT_DIR/nmap" $@
|
||||
|
|
Loading…
Reference in a new issue