-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild_ssid_intel.sh
More file actions
executable file
·55 lines (44 loc) · 1.02 KB
/
build_ssid_intel.sh
File metadata and controls
executable file
·55 lines (44 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#!/bin/bash
source ./ssid_intel_functions.sh
#set -x
#echo task every10s done $(date +"%H:%M:%S.%3N")
trap 'kill $(jobs -p) 2>/dev/null' EXIT
# startup
# every3s &
# every10s0s &
# every60s &
###one offs add here and then remove
#
###dont require input
#check_airport
#check_industry
#check_name # Bug ERROR 1292 (22007) at line 1: Truncated incorrect DECIMAL value: ''
#check_anomalies
#make_ignore_list #borken, needed?
mac2vendor
#check_language
#check_common
#run functions in the backgound constantly
###Checks that require a ssid
#ssid2ssid_intel
#categorize &
#summarize_location &
#check_name &
#check_airport &
#check_fqdn
#check_oneloc
#check_address
#continuous updating
#while true; do
# ./standalone_ssid2ssid_intel.sh
# ./standalone_address.sh
# ./standalone_airport.sh
# ./standalone_categorize.sh
# ./standalone_check_industry
# ./standalone_common.sh
# ./standalone_name.sh
# ./standalone_oneloc.sh
# ./standalone_summarize_loc.sh
# sleep 20
#done
#wait