-
Notifications
You must be signed in to change notification settings - Fork 6
/
get_bins_animals.sh
49 lines (47 loc) · 1.31 KB
/
get_bins_animals.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
python3 get_bins.py 'ant'
python3 get_bins.py 'bat'
python3 get_bins.py 'bear'
python3 get_bins.py 'bee'
python3 get_bins.py 'bird'
python3 get_bins.py 'butterfly'
python3 get_bins.py 'camel'
python3 get_bins.py 'cat'
python3 get_bins.py 'cow'
python3 get_bins.py 'crab'
python3 get_bins.py 'dog'
python3 get_bins.py 'dolphin'
python3 get_bins.py 'dragon'
python3 get_bins.py 'duck'
python3 get_bins.py 'elephant'
python3 get_bins.py 'fish'
python3 get_bins.py 'flamingo'
python3 get_bins.py 'frog'
python3 get_bins.py 'giraffe'
python3 get_bins.py 'hedgehog'
python3 get_bins.py 'horse'
python3 get_bins.py 'kangaroo'
python3 get_bins.py 'lion'
python3 get_bins.py 'lobster'
python3 get_bins.py 'monkey'
python3 get_bins.py 'mouse'
python3 get_bins.py 'octopus'
python3 get_bins.py 'owl'
python3 get_bins.py 'panda'
python3 get_bins.py 'parrot'
python3 get_bins.py 'penguin'
python3 get_bins.py 'pig'
python3 get_bins.py 'rabbit'
python3 get_bins.py 'raccoon'
python3 get_bins.py 'rhinoceros'
python3 get_bins.py 'scorpion'
python3 get_bins.py 'sea turtle'
python3 get_bins.py 'shark'
python3 get_bins.py 'sheep'
python3 get_bins.py 'snail'
python3 get_bins.py 'snake'
python3 get_bins.py 'spider'
python3 get_bins.py 'squirrel'
python3 get_bins.py 'swan'
python3 get_bins.py 'tiger'
python3 get_bins.py 'whale'
python3 get_bins.py 'zebra