summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSebastian Wagner2011-08-12 13:57:37 +0200
committerSebastian Wagner2011-08-12 13:57:37 +0200
commit6e21e5193a35c8628d58777dcd499f6b34b21a69 (patch)
tree0d6ed67e58ea3628c1f606edc96621f29b879d39 /scripts
parentminor (diff)
downloadpoolctrl-6e21e5193a35c8628d58777dcd499f6b34b21a69.tar.gz
poolctrl-6e21e5193a35c8628d58777dcd499f6b34b21a69.tar.xz
poolctrl-6e21e5193a35c8628d58777dcd499f6b34b21a69.zip
minor
Diffstat (limited to 'scripts')
-rw-r--r--scripts/getMacPool-113.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/getMacPool-113.sh b/scripts/getMacPool-113.sh
index 2e0a700..0f335a7 100644
--- a/scripts/getMacPool-113.sh
+++ b/scripts/getMacPool-113.sh
@@ -1 +1,4 @@
-fping -s -g 132.230.4.121 132.230.4.135 -r 1 | arp -a | grep -io '(132.230.4.[0-9][0-9][0-9]) auf [0-9A-F]\{2\}\(:[0-9A-F]\{2\}\)\{5\}' > macPool-113.txt
+#!/bin/bash
+sudo apt-get update
+sudo apt-get install fping
+fping -s -g 132.230.4.121 132.230.4.135 -r 1 | arp -a | grep -io '(132.230.4.[0-9][0-9][0-9]) auf [0-9A-F]\{2\}\(:[0-9A-F]\{2\}\)\{5\}' > macPool-113.txt \ No newline at end of file