-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinsert_data.sh
More file actions
executable file
·36 lines (29 loc) · 1.66 KB
/
insert_data.sh
File metadata and controls
executable file
·36 lines (29 loc) · 1.66 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
#!/bin/bash
python2 insert_data.py gcc-x64/element_16.txt README.md
python2 insert_data.py gcc-x64/element_32.txt README.md
python2 insert_data.py gcc-x64/element_64.txt README.md
python2 insert_data.py gcc-x64/element_80.txt README.md
python2 insert_data.py clang-x64/element_16.txt README.md
python2 insert_data.py clang-x64/element_32.txt README.md
python2 insert_data.py clang-x64/element_64.txt README.md
python2 insert_data.py clang-x64/element_80.txt README.md
python2 insert_data.py clang-arm64/element_16.txt README.md
python2 insert_data.py clang-arm64/element_32.txt README.md
python2 insert_data.py clang-arm64/element_64.txt README.md
python2 insert_data.py clang-arm64/element_80.txt README.md
python2 insert_data.py vs-x64/element_16.txt README.md
python2 insert_data.py vs-x64/element_32.txt README.md
python2 insert_data.py vs-x64/element_64.txt README.md
python2 insert_data.py vs-x64/element_80.txt README.md
python2 insert_data.py gcc-x86/element_16.txt README.md
python2 insert_data.py gcc-x86/element_32.txt README.md
python2 insert_data.py gcc-x86/element_64.txt README.md
python2 insert_data.py gcc-x86/element_80.txt README.md
python2 insert_data.py clang-x86/element_16.txt README.md
python2 insert_data.py clang-x86/element_32.txt README.md
python2 insert_data.py clang-x86/element_64.txt README.md
python2 insert_data.py clang-x86/element_80.txt README.md
python2 insert_data.py vs-x86/element_16.txt README.md
python2 insert_data.py vs-x86/element_32.txt README.md
python2 insert_data.py vs-x86/element_64.txt README.md
python2 insert_data.py vs-x86/element_80.txt README.md