forked from unwin/JiraIssueImporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
executable file
·50 lines (38 loc) · 1.32 KB
/
run.sh
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
#!/bin/sh
# Script demonstrates how to run the reports at current.
# Commented out to prevent accidental changes
#echo "cleaning up rm output.*.txt reject*.csv"
#rm output.*.txt reject*.csv
#echo "Running AS"
#cp config.file.AS config.file
#python main.py --password=PASSWORD > output.AS.txt
#echo "Running CEI"
#cp config.file.CEI config.file
#python main.py --password=PASSWORD > output.CEI.txt
#echo "Running COI"
#cp config.file.COI config.file
#python main.py --password=PASSWORD > output.COI.txt
#echo "Running CPOP"
#cp config.file.CPOP config.file
#python main.py --password=PASSWORD > output.CPOP.txt
#echo "Running DM"
#cp config.file.DM config.file
#python main.py --password=PASSWORD > output.DM.txt
#echo "Running EOI"
#cp config.file.EOI config.file
#python main.py --password=PASSWORD > output.EOI.txt
#echo "Running IPAA"
#cp config.file.IPAA config.file
#python main.py --password=PASSWORD > output.IPAA.txt
#echo "Running ITV"
#cp config.file.ITV config.file
#python main.py --password=PASSWORD > output.ITV.txt
#echo "Running MI"
#cp config.file.MI config.file
#python main.py --password=PASSWORD > output.MI.txt
#echo "Running SA"
#cp config.file.SA config.file
#python main.py --password=PASSWORD > output.SA.txt
#echo "Running UX"
#cp config.file.UX config.file
#python main.py --password=PASSWORD > output.UX.txt