summaryrefslogtreecommitdiffstats
path: root/scripts/getMacPool-113.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/getMacPool-113.sh')
-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