forked from nickbild/ay-3-8910
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild_library.sh
executable file
·34 lines (33 loc) · 931 Bytes
/
build_library.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
#!/bin/bash
python3 create_library.py 0
python3 create_library.py 1
python3 create_library.py 2
python3 create_library.py 3
python3 create_library.py 4
python3 create_library.py 5
python3 create_library.py 6
python3 create_library.py 7
python3 create_library.py 8
python3 create_library.py 9
python3 create_library.py 10
python3 create_library.py 11
python3 create_library.py 12
python3 create_library.py 13
python3 create_library.py 14
python3 create_library.py 15
python3 create_library.py 16
python3 create_library.py 17
python3 create_library.py 18
python3 create_library.py 19
python3 create_library.py 20
python3 create_library.py 21
python3 create_library.py 22
python3 create_library.py 23
python3 create_library.py 24
python3 create_library.py 25
python3 create_library.py 26
python3 create_library.py 27
python3 create_library.py 28
python3 create_library.py 29
python3 create_library.py 30
python3 create_library.py 31