-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextractAll.sh
More file actions
executable file
·26 lines (25 loc) · 915 Bytes
/
Copy pathextractAll.sh
File metadata and controls
executable file
·26 lines (25 loc) · 915 Bytes
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
#!/usr/bin/env bash
wget -q -O - http://localhost:8090/sbdf-generator/1.0/spotfire_access
printf "\n"
wget -q -O - http://localhost:8090/sbdf-generator/1.0/tronc
printf "\n"
wget -q -O - http://localhost:8090/sbdf-generator/1.0/queteur
printf "\n"
wget -q -O - http://localhost:8090/sbdf-generator/1.0/point_quete
printf "\n"
wget -q -O - http://localhost:8090/sbdf-generator/1.0/tronc_queteur
printf "\n"
wget -q -O - http://localhost:8090/sbdf-generator/1.0/named_donation
printf "\n"
wget -q -O - http://localhost:8090/sbdf-generator/1.0/yearly_goal
printf "\n"
wget -q -O - http://localhost:8090/sbdf-generator/1.0/daily_stats_before_rcq
printf "\n"
wget -q -O - http://localhost:8090/sbdf-generator/1.0/ul
printf "\n"
wget -q -O - http://localhost:8090/sbdf-generator/1.0/queteur_mailing_status
printf "\n"
wget -q -O - http://localhost:8090/sbdf-generator/1.0/credit_card
printf "\n"
printf "\n"
printf "\n"