testing if the collaboration thing on github works

This commit is contained in:
Andre Kelpe 2010-02-19 23:40:07 +01:00
parent faa645ad3d
commit 7513fa7e47

View File

@ -30,10 +30,12 @@ echo 'Usage: pamela-scanner [OPTIONS]
-s TIME The time to sleep between scans in seconds. -s TIME The time to sleep between scans in seconds.
-h Shows help -h Shows help
Pamela is an arp-scanner, it uploads the mac addresses in your local lan on a webserver Pamela is an arp-scanner, it uploads the mac addresses in your local lan on a
where you get a visual representation of the mac addresses present. Multiple people webserver where you get a visual representation of the mac addresses present.
on multiple lans can run pamela together against the same server, where all results Multiple people on multiple lans can run pamela together against the same
are agregated. In short, pamela gives you an overview of how big the shared network is.' server, where all results are agregated. In short, pamela gives you an overview
of how big the shared network is.'
exit 1 exit 1
} }
@ -66,7 +68,7 @@ fi
if [ -z "$(which arp-scan)" ] if [ -z "$(which arp-scan)" ]
then then
echo "Could not find arp-scan, which is required for pamela to scan the mac addresses" echo "ENOARPSCAN: Could not find arp-scan, please install it"
fi fi
while true while true