meer portable

This commit is contained in:
Ward Wouts 2009-02-25 09:10:35 +00:00
parent ae0c36135c
commit 5b15a3764c
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
for i in $(cat targets);do
./pb.rb add nmap -PN -v -r -sS -sV --version-light --reason -O -p- -T4 -oN nmap-sS.${i}.txt ${i}
done