From 7513fa7e47e3d3955f1ba97ef917238885d86871 Mon Sep 17 00:00:00 2001 From: Andre Kelpe Date: Fri, 19 Feb 2010 23:40:07 +0100 Subject: [PATCH] testing if the collaboration thing on github works --- pamela-scanner.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pamela-scanner.sh b/pamela-scanner.sh index a93976c..73ca35a 100755 --- a/pamela-scanner.sh +++ b/pamela-scanner.sh @@ -30,10 +30,12 @@ echo 'Usage: pamela-scanner [OPTIONS] -s TIME The time to sleep between scans in seconds. -h Shows help -Pamela is an arp-scanner, it uploads the mac addresses in your local lan on a webserver -where you get a visual representation of the mac addresses present. Multiple people -on multiple lans can run pamela together against the same server, where all results -are agregated. In short, pamela gives you an overview of how big the shared network is.' +Pamela is an arp-scanner, it uploads the mac addresses in your local lan on a +webserver where you get a visual representation of the mac addresses present. +Multiple people on multiple lans can run pamela together against the same +server, where all results are agregated. In short, pamela gives you an overview +of how big the shared network is.' + exit 1 } @@ -66,7 +68,7 @@ fi if [ -z "$(which arp-scan)" ] 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 while true