Skip to content

Commit

Permalink
Merge pull request #1 from SvenTo/master
Browse files Browse the repository at this point in the history
Set run-nmap.sh as Executable
  • Loading branch information
takeshixx authored Apr 9, 2019
2 parents c83b9d7 + d212aac commit 1f9bc44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/run-nmap.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -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" $@

0 comments on commit 1f9bc44

Please sign in to comment.