Skip to content

Instantly share code, notes, and snippets.

@arnos-stuff
Created September 13, 2023 04:24
Show Gist options
  • Save arnos-stuff/c79c5c38acb71384c374a174facbe077 to your computer and use it in GitHub Desktop.
Save arnos-stuff/c79c5c38acb71384c374a174facbe077 to your computer and use it in GitHub Desktop.
Files for auto generating animal names - json format
[
{
"index": 0,
"animal": "aardvark",
"letter": "a",
"number": 1,
"bash": "[[ \"$letter\" == \"a\" ]] && [[ \"$index\" == \"1\" ]] && animal=aardvark",
"subindex": 1
},
{
"index": 1,
"animal": "ant",
"letter": "a",
"number": 1,
"bash": "[[ \"$letter\" == \"a\" ]] && [[ \"$index\" == \"2\" ]] && animal=ant",
"subindex": 2
},
{
"index": 2,
"animal": "african-tree-pangolin",
"letter": "a",
"number": 1,
"bash": "[[ \"$letter\" == \"a\" ]] && [[ \"$index\" == \"3\" ]] && animal=african-tree-pangolin",
"subindex": 3
},
{
"index": 3,
"animal": "albatross",
"letter": "a",
"number": 1,
"bash": "[[ \"$letter\" == \"a\" ]] && [[ \"$index\" == \"4\" ]] && animal=albatross",
"subindex": 4
},
{
"index": 4,
"animal": "alligator",
"letter": "a",
"number": 1,
"bash": "[[ \"$letter\" == \"a\" ]] && [[ \"$index\" == \"5\" ]] && animal=alligator",
"subindex": 5
},
{
"index": 5,
"animal": "alpaca",
"letter": "a",
"number": 1,
"bash": "[[ \"$letter\" == \"a\" ]] && [[ \"$index\" == \"6\" ]] && animal=alpaca",
"subindex": 6
},
{
"index": 6,
"animal": "anaconda",
"letter": "a",
"number": 1,
"bash": "[[ \"$letter\" == \"a\" ]] && [[ \"$index\" == \"7\" ]] && animal=anaconda",
"subindex": 7
},
{
"index": 7,
"animal": "armadillo",
"letter": "a",
"number": 1,
"bash": "[[ \"$letter\" == \"a\" ]] && [[ \"$index\" == \"8\" ]] && animal=armadillo",
"subindex": 8
},
{
"index": 8,
"animal": "aye-aye",
"letter": "a",
"number": 1,
"bash": "[[ \"$letter\" == \"a\" ]] && [[ \"$index\" == \"9\" ]] && animal=aye-aye",
"subindex": 9
},
{
"index": 43,
"animal": "blowfish",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"1\" ]] && animal=blowfish",
"subindex": 1
},
{
"index": 42,
"animal": "black-widow-spider",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"2\" ]] && animal=black-widow-spider",
"subindex": 2
},
{
"index": 41,
"animal": "black-bear",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"3\" ]] && animal=black-bear",
"subindex": 3
},
{
"index": 40,
"animal": "bison",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"4\" ]] && animal=bison",
"subindex": 4
},
{
"index": 36,
"animal": "bearded-dragon",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"5\" ]] && animal=bearded-dragon",
"subindex": 5
},
{
"index": 38,
"animal": "bee",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"6\" ]] && animal=bee",
"subindex": 6
},
{
"index": 37,
"animal": "beaver",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"7\" ]] && animal=beaver",
"subindex": 7
},
{
"index": 44,
"animal": "blue-jay",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"8\" ]] && animal=blue-jay",
"subindex": 8
},
{
"index": 39,
"animal": "bird",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"9\" ]] && animal=bird",
"subindex": 9
},
{
"index": 45,
"animal": "boa",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"10\" ]] && animal=boa",
"subindex": 10
},
{
"index": 50,
"animal": "buck",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"11\" ]] && animal=buck",
"subindex": 11
},
{
"index": 47,
"animal": "bonobo",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"12\" ]] && animal=bonobo",
"subindex": 12
},
{
"index": 48,
"animal": "bornean-orang-utan",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"13\" ]] && animal=bornean-orang-utan",
"subindex": 13
},
{
"index": 49,
"animal": "brown-bear",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"14\" ]] && animal=brown-bear",
"subindex": 14
},
{
"index": 35,
"animal": "bat",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"15\" ]] && animal=bat",
"subindex": 15
},
{
"index": 51,
"animal": "budgie",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"16\" ]] && animal=budgie",
"subindex": 16
},
{
"index": 52,
"animal": "buffalo",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"17\" ]] && animal=buffalo",
"subindex": 17
},
{
"index": 53,
"animal": "bull",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"18\" ]] && animal=bull",
"subindex": 18
},
{
"index": 54,
"animal": "butterfly",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"19\" ]] && animal=butterfly",
"subindex": 19
},
{
"index": 55,
"animal": "buzzard",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"20\" ]] && animal=buzzard",
"subindex": 20
},
{
"index": 56,
"animal": "border-collie",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"21\" ]] && animal=border-collie",
"subindex": 21
},
{
"index": 46,
"animal": "bob-cat",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"22\" ]] && animal=bob-cat",
"subindex": 22
},
{
"index": 34,
"animal": "bass",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"23\" ]] && animal=bass",
"subindex": 23
},
{
"index": 33,
"animal": "basilisk",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"24\" ]] && animal=basilisk",
"subindex": 24
},
{
"index": 31,
"animal": "barnacle",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"25\" ]] && animal=barnacle",
"subindex": 25
},
{
"index": 30,
"animal": "bandicoot",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"26\" ]] && animal=bandicoot",
"subindex": 26
},
{
"index": 29,
"animal": "badger",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"27\" ]] && animal=badger",
"subindex": 27
},
{
"index": 28,
"animal": "baboon",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"28\" ]] && animal=baboon",
"subindex": 28
},
{
"index": 32,
"animal": "barracuda",
"letter": "b",
"number": 2,
"bash": "[[ \"$letter\" == \"b\" ]] && [[ \"$index\" == \"29\" ]] && animal=barracuda",
"subindex": 29
},
{
"index": 158,
"animal": "caribou",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"1\" ]] && animal=caribou",
"subindex": 1
},
{
"index": 184,
"animal": "crab",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"2\" ]] && animal=crab",
"subindex": 2
},
{
"index": 185,
"animal": "crane",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"3\" ]] && animal=crane",
"subindex": 3
},
{
"index": 186,
"animal": "crawfish",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"4\" ]] && animal=crawfish",
"subindex": 4
},
{
"index": 167,
"animal": "chicken",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"5\" ]] && animal=chicken",
"subindex": 5
},
{
"index": 166,
"animal": "centipede",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"6\" ]] && animal=centipede",
"subindex": 6
},
{
"index": 163,
"animal": "carp",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"7\" ]] && animal=carp",
"subindex": 7
},
{
"index": 164,
"animal": "cat",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"8\" ]] && animal=cat",
"subindex": 8
},
{
"index": 162,
"animal": "canary",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"9\" ]] && animal=canary",
"subindex": 9
},
{
"index": 161,
"animal": "camel",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"10\" ]] && animal=camel",
"subindex": 10
},
{
"index": 160,
"animal": "caiman-lizard",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"11\" ]] && animal=caiman-lizard",
"subindex": 11
},
{
"index": 159,
"animal": "cheetah",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"12\" ]] && animal=cheetah",
"subindex": 12
},
{
"index": 165,
"animal": "chameleon",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"13\" ]] && animal=chameleon",
"subindex": 13
},
{
"index": 183,
"animal": "coyote",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"14\" ]] && animal=coyote",
"subindex": 14
},
{
"index": 180,
"animal": "coho",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"15\" ]] && animal=coho",
"subindex": 15
},
{
"index": 181,
"animal": "cougar",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"16\" ]] && animal=cougar",
"subindex": 16
},
{
"index": 179,
"animal": "cod",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"17\" ]] && animal=cod",
"subindex": 17
},
{
"index": 178,
"animal": "cockroach",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"18\" ]] && animal=cockroach",
"subindex": 18
},
{
"index": 177,
"animal": "cockatoo",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"19\" ]] && animal=cockatoo",
"subindex": 19
},
{
"index": 176,
"animal": "cockatiel",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"20\" ]] && animal=cockatiel",
"subindex": 20
},
{
"index": 175,
"animal": "cocker-spaniel",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"21\" ]] && animal=cocker-spaniel",
"subindex": 21
},
{
"index": 174,
"animal": "cobra",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"22\" ]] && animal=cobra",
"subindex": 22
},
{
"index": 173,
"animal": "chupacabra",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"23\" ]] && animal=chupacabra",
"subindex": 23
},
{
"index": 172,
"animal": "clam",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"24\" ]] && animal=clam",
"subindex": 24
},
{
"index": 171,
"animal": "chipmunk",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"25\" ]] && animal=chipmunk",
"subindex": 25
},
{
"index": 170,
"animal": "chinchilla",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"26\" ]] && animal=chinchilla",
"subindex": 26
},
{
"index": 169,
"animal": "chihuahua",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"27\" ]] && animal=chihuahua",
"subindex": 27
},
{
"index": 168,
"animal": "chimpanzee",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"28\" ]] && animal=chimpanzee",
"subindex": 28
},
{
"index": 182,
"animal": "cow",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"29\" ]] && animal=cow",
"subindex": 29
},
{
"index": 187,
"animal": "cricket",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"30\" ]] && animal=cricket",
"subindex": 30
},
{
"index": 188,
"animal": "crow",
"letter": "c",
"number": 3,
"bash": "[[ \"$letter\" == \"c\" ]] && [[ \"$index\" == \"31\" ]] && animal=crow",
"subindex": 31
},
{
"index": 141,
"animal": "dolphin",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"1\" ]] && animal=dolphin",
"subindex": 1
},
{
"index": 153,
"animal": "dormouse",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"2\" ]] && animal=dormouse",
"subindex": 2
},
{
"index": 154,
"animal": "dove",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"3\" ]] && animal=dove",
"subindex": 3
},
{
"index": 155,
"animal": "dragonfly",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"4\" ]] && animal=dragonfly",
"subindex": 4
},
{
"index": 156,
"animal": "drake",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"5\" ]] && animal=drake",
"subindex": 5
},
{
"index": 157,
"animal": "duck",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"6\" ]] && animal=duck",
"subindex": 6
},
{
"index": 150,
"animal": "doberman-pinscher",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"7\" ]] && animal=doberman-pinscher",
"subindex": 7
},
{
"index": 149,
"animal": "dinosaur",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"8\" ]] && animal=dinosaur",
"subindex": 8
},
{
"index": 148,
"animal": "dingo",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"9\" ]] && animal=dingo",
"subindex": 9
},
{
"index": 147,
"animal": "dik-dik",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"10\" ]] && animal=dik-dik",
"subindex": 10
},
{
"index": 142,
"animal": "dog",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"11\" ]] && animal=dog",
"subindex": 11
},
{
"index": 146,
"animal": "dacshund",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"12\" ]] && animal=dacshund",
"subindex": 12
},
{
"index": 145,
"animal": "dalmation",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"13\" ]] && animal=dalmation",
"subindex": 13
},
{
"index": 144,
"animal": "du-gong",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"14\" ]] && animal=du-gong",
"subindex": 14
},
{
"index": 152,
"animal": "donkey",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"15\" ]] && animal=donkey",
"subindex": 15
},
{
"index": 151,
"animal": "dolly-varden",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"16\" ]] && animal=dolly-varden",
"subindex": 16
},
{
"index": 143,
"animal": "deer",
"letter": "d",
"number": 4,
"bash": "[[ \"$letter\" == \"d\" ]] && [[ \"$index\" == \"17\" ]] && animal=deer",
"subindex": 17
},
{
"index": 59,
"animal": "earwig",
"letter": "e",
"number": 5,
"bash": "[[ \"$letter\" == \"e\" ]] && [[ \"$index\" == \"1\" ]] && animal=earwig",
"subindex": 1
},
{
"index": 65,
"animal": "emu",
"letter": "e",
"number": 5,
"bash": "[[ \"$letter\" == \"e\" ]] && [[ \"$index\" == \"2\" ]] && animal=emu",
"subindex": 2
},
{
"index": 66,
"animal": "erne",
"letter": "e",
"number": 5,
"bash": "[[ \"$letter\" == \"e\" ]] && [[ \"$index\" == \"3\" ]] && animal=erne",
"subindex": 3
},
{
"index": 64,
"animal": "elk",
"letter": "e",
"number": 5,
"bash": "[[ \"$letter\" == \"e\" ]] && [[ \"$index\" == \"4\" ]] && animal=elk",
"subindex": 4
},
{
"index": 62,
"animal": "eel",
"letter": "e",
"number": 5,
"bash": "[[ \"$letter\" == \"e\" ]] && [[ \"$index\" == \"5\" ]] && animal=eel",
"subindex": 5
},
{
"index": 61,
"animal": "eclectus",
"letter": "e",
"number": 5,
"bash": "[[ \"$letter\" == \"e\" ]] && [[ \"$index\" == \"6\" ]] && animal=eclectus",
"subindex": 6
},
{
"index": 63,
"animal": "egret",
"letter": "e",
"number": 5,
"bash": "[[ \"$letter\" == \"e\" ]] && [[ \"$index\" == \"7\" ]] && animal=egret",
"subindex": 7
},
{
"index": 58,
"animal": "earthworm",
"letter": "e",
"number": 5,
"bash": "[[ \"$letter\" == \"e\" ]] && [[ \"$index\" == \"8\" ]] && animal=earthworm",
"subindex": 8
},
{
"index": 57,
"animal": "eagle",
"letter": "e",
"number": 5,
"bash": "[[ \"$letter\" == \"e\" ]] && [[ \"$index\" == \"9\" ]] && animal=eagle",
"subindex": 9
},
{
"index": 60,
"animal": "echidna",
"letter": "e",
"number": 5,
"bash": "[[ \"$letter\" == \"e\" ]] && [[ \"$index\" == \"10\" ]] && animal=echidna",
"subindex": 10
},
{
"index": 15,
"animal": "flamingo",
"letter": "f",
"number": 6,
"bash": "[[ \"$letter\" == \"f\" ]] && [[ \"$index\" == \"1\" ]] && animal=flamingo",
"subindex": 1
},
{
"index": 11,
"animal": "frog",
"letter": "f",
"number": 6,
"bash": "[[ \"$letter\" == \"f\" ]] && [[ \"$index\" == \"2\" ]] && animal=frog",
"subindex": 2
},
{
"index": 12,
"animal": "falcon",
"letter": "f",
"number": 6,
"bash": "[[ \"$letter\" == \"f\" ]] && [[ \"$index\" == \"3\" ]] && animal=falcon",
"subindex": 3
},
{
"index": 13,
"animal": "finch",
"letter": "f",
"number": 6,
"bash": "[[ \"$letter\" == \"f\" ]] && [[ \"$index\" == \"4\" ]] && animal=finch",
"subindex": 4
},
{
"index": 10,
"animal": "fly",
"letter": "f",
"number": 6,
"bash": "[[ \"$letter\" == \"f\" ]] && [[ \"$index\" == \"5\" ]] && animal=fly",
"subindex": 5
},
{
"index": 9,
"animal": "fish",
"letter": "f",
"number": 6,
"bash": "[[ \"$letter\" == \"f\" ]] && [[ \"$index\" == \"6\" ]] && animal=fish",
"subindex": 6
},
{
"index": 18,
"animal": "fox",
"letter": "f",
"number": 6,
"bash": "[[ \"$letter\" == \"f\" ]] && [[ \"$index\" == \"7\" ]] && animal=fox",
"subindex": 7
},
{
"index": 17,
"animal": "ferret",
"letter": "f",
"number": 6,
"bash": "[[ \"$letter\" == \"f\" ]] && [[ \"$index\" == \"8\" ]] && animal=ferret",
"subindex": 8
},
{
"index": 16,
"animal": "flatworm",
"letter": "f",
"number": 6,
"bash": "[[ \"$letter\" == \"f\" ]] && [[ \"$index\" == \"9\" ]] && animal=flatworm",
"subindex": 9
},
{
"index": 14,
"animal": "firefly",
"letter": "f",
"number": 6,
"bash": "[[ \"$letter\" == \"f\" ]] && [[ \"$index\" == \"10\" ]] && animal=firefly",
"subindex": 10
},
{
"index": 126,
"animal": "goose",
"letter": "g",
"number": 7,
"bash": "[[ \"$letter\" == \"g\" ]] && [[ \"$index\" == \"1\" ]] && animal=goose",
"subindex": 1
},
{
"index": 127,
"animal": "gopher",
"letter": "g",
"number": 7,
"bash": "[[ \"$letter\" == \"g\" ]] && [[ \"$index\" == \"2\" ]] && animal=gopher",
"subindex": 2
},
{
"index": 129,
"animal": "grasshopper",
"letter": "g",
"number": 7,
"bash": "[[ \"$letter\" == \"g\" ]] && [[ \"$index\" == \"3\" ]] && animal=grasshopper",
"subindex": 3
},
{
"index": 122,
"animal": "goat",
"letter": "g",
"number": 7,
"bash": "[[ \"$letter\" == \"g\" ]] && [[ \"$index\" == \"4\" ]] && animal=goat",
"subindex": 4
},
{
"index": 123,
"animal": "gazelle",
"letter": "g",
"number": 7,
"bash": "[[ \"$letter\" == \"g\" ]] && [[ \"$index\" == \"5\" ]] && animal=gazelle",
"subindex": 5
},
{
"index": 124,
"animal": "giraffe",
"letter": "g",
"number": 7,
"bash": "[[ \"$letter\" == \"g\" ]] && [[ \"$index\" == \"6\" ]] && animal=giraffe",
"subindex": 6
},
{
"index": 125,
"animal": "gnat",
"letter": "g",
"number": 7,
"bash": "[[ \"$letter\" == \"g\" ]] && [[ \"$index\" == \"7\" ]] && animal=gnat",
"subindex": 7
},
{
"index": 131,
"animal": "groundhog",
"letter": "g",
"number": 7,
"bash": "[[ \"$letter\" == \"g\" ]] && [[ \"$index\" == \"8\" ]] && animal=groundhog",
"subindex": 8
},
{
"index": 130,
"animal": "green-poison-dart-fro",
"letter": "g",
"number": 7,
"bash": "[[ \"$letter\" == \"g\" ]] && [[ \"$index\" == \"9\" ]] && animal=green-poison-dart-fro",
"subindex": 9
},
{
"index": 128,
"animal": "gorilla",
"letter": "g",
"number": 7,
"bash": "[[ \"$letter\" == \"g\" ]] && [[ \"$index\" == \"10\" ]] && animal=gorilla",
"subindex": 10
},
{
"index": 26,
"animal": "hyena",
"letter": "h",
"number": 8,
"bash": "[[ \"$letter\" == \"h\" ]] && [[ \"$index\" == \"1\" ]] && animal=hyena",
"subindex": 1
},
{
"index": 19,
"animal": "horse",
"letter": "h",
"number": 8,
"bash": "[[ \"$letter\" == \"h\" ]] && [[ \"$index\" == \"2\" ]] && animal=horse",
"subindex": 2
},
{
"index": 20,
"animal": "hare",
"letter": "h",
"number": 8,
"bash": "[[ \"$letter\" == \"h\" ]] && [[ \"$index\" == \"3\" ]] && animal=hare",
"subindex": 3
},
{
"index": 21,
"animal": "hawk",
"letter": "h",
"number": 8,
"bash": "[[ \"$letter\" == \"h\" ]] && [[ \"$index\" == \"4\" ]] && animal=hawk",
"subindex": 4
},
{
"index": 22,
"animal": "hedgehog",
"letter": "h",
"number": 8,
"bash": "[[ \"$letter\" == \"h\" ]] && [[ \"$index\" == \"5\" ]] && animal=hedgehog",
"subindex": 5
},
{
"index": 23,
"animal": "heron",
"letter": "h",
"number": 8,
"bash": "[[ \"$letter\" == \"h\" ]] && [[ \"$index\" == \"6\" ]] && animal=heron",
"subindex": 6
},
{
"index": 24,
"animal": "herring",
"letter": "h",
"number": 8,
"bash": "[[ \"$letter\" == \"h\" ]] && [[ \"$index\" == \"7\" ]] && animal=herring",
"subindex": 7
},
{
"index": 27,
"animal": "hyrax",
"letter": "h",
"number": 8,
"bash": "[[ \"$letter\" == \"h\" ]] && [[ \"$index\" == \"8\" ]] && animal=hyrax",
"subindex": 8
},
{
"index": 25,
"animal": "hippopotamus",
"letter": "h",
"number": 8,
"bash": "[[ \"$letter\" == \"h\" ]] && [[ \"$index\" == \"9\" ]] && animal=hippopotamus",
"subindex": 9
},
{
"index": 215,
"animal": "iguanodon",
"letter": "i",
"number": 9,
"bash": "[[ \"$letter\" == \"i\" ]] && [[ \"$index\" == \"1\" ]] && animal=iguanodon",
"subindex": 1
},
{
"index": 217,
"animal": "inchworm",
"letter": "i",
"number": 9,
"bash": "[[ \"$letter\" == \"i\" ]] && [[ \"$index\" == \"2\" ]] && animal=inchworm",
"subindex": 2
},
{
"index": 216,
"animal": "impala",
"letter": "i",
"number": 9,
"bash": "[[ \"$letter\" == \"i\" ]] && [[ \"$index\" == \"3\" ]] && animal=impala",
"subindex": 3
},
{
"index": 214,
"animal": "iguana",
"letter": "i",
"number": 9,
"bash": "[[ \"$letter\" == \"i\" ]] && [[ \"$index\" == \"4\" ]] && animal=iguana",
"subindex": 4
},
{
"index": 218,
"animal": "insect",
"letter": "i",
"number": 9,
"bash": "[[ \"$letter\" == \"i\" ]] && [[ \"$index\" == \"5\" ]] && animal=insect",
"subindex": 5
},
{
"index": 222,
"animal": "june-bug",
"letter": "j",
"number": 10,
"bash": "[[ \"$letter\" == \"j\" ]] && [[ \"$index\" == \"1\" ]] && animal=june-bug",
"subindex": 1
},
{
"index": 221,
"animal": "jaguar",
"letter": "j",
"number": 10,
"bash": "[[ \"$letter\" == \"j\" ]] && [[ \"$index\" == \"2\" ]] && animal=jaguar",
"subindex": 2
},
{
"index": 220,
"animal": "jackrabbit",
"letter": "j",
"number": 10,
"bash": "[[ \"$letter\" == \"j\" ]] && [[ \"$index\" == \"3\" ]] && animal=jackrabbit",
"subindex": 3
},
{
"index": 219,
"animal": "jackal",
"letter": "j",
"number": 10,
"bash": "[[ \"$letter\" == \"j\" ]] && [[ \"$index\" == \"4\" ]] && animal=jackal",
"subindex": 4
},
{
"index": 225,
"animal": "komodo-dragon",
"letter": "k",
"number": 11,
"bash": "[[ \"$letter\" == \"k\" ]] && [[ \"$index\" == \"1\" ]] && animal=komodo-dragon",
"subindex": 1
},
{
"index": 224,
"animal": "koala",
"letter": "k",
"number": 11,
"bash": "[[ \"$letter\" == \"k\" ]] && [[ \"$index\" == \"2\" ]] && animal=koala",
"subindex": 2
},
{
"index": 227,
"animal": "krill",
"letter": "k",
"number": 11,
"bash": "[[ \"$letter\" == \"k\" ]] && [[ \"$index\" == \"3\" ]] && animal=krill",
"subindex": 3
},
{
"index": 226,
"animal": "kookaburra",
"letter": "k",
"number": 11,
"bash": "[[ \"$letter\" == \"k\" ]] && [[ \"$index\" == \"4\" ]] && animal=kookaburra",
"subindex": 4
},
{
"index": 223,
"animal": "kangaroo",
"letter": "k",
"number": 11,
"bash": "[[ \"$letter\" == \"k\" ]] && [[ \"$index\" == \"5\" ]] && animal=kangaroo",
"subindex": 5
},
{
"index": 213,
"animal": "lobster",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"1\" ]] && animal=lobster",
"subindex": 1
},
{
"index": 212,
"animal": "lion",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"2\" ]] && animal=lion",
"subindex": 2
},
{
"index": 211,
"animal": "lice",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"3\" ]] && animal=lice",
"subindex": 3
},
{
"index": 210,
"animal": "leopard",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"4\" ]] && animal=leopard",
"subindex": 4
},
{
"index": 209,
"animal": "lemming",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"5\" ]] && animal=lemming",
"subindex": 5
},
{
"index": 208,
"animal": "leech",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"6\" ]] && animal=leech",
"subindex": 6
},
{
"index": 207,
"animal": "leatherback-sea-turtl",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"7\" ]] && animal=leatherback-sea-turtl",
"subindex": 7
},
{
"index": 206,
"animal": "lancelet",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"8\" ]] && animal=lancelet",
"subindex": 8
},
{
"index": 205,
"animal": "lamb",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"9\" ]] && animal=lamb",
"subindex": 9
},
{
"index": 203,
"animal": "lynx",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"10\" ]] && animal=lynx",
"subindex": 10
},
{
"index": 204,
"animal": "lama",
"letter": "l",
"number": 12,
"bash": "[[ \"$letter\" == \"l\" ]] && [[ \"$index\" == \"11\" ]] && animal=lama",
"subindex": 11
},
{
"index": 195,
"animal": "mink",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"1\" ]] && animal=mink",
"subindex": 1
},
{
"index": 194,
"animal": "meerkat",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"2\" ]] && animal=meerkat",
"subindex": 2
},
{
"index": 201,
"animal": "muskox",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"3\" ]] && animal=muskox",
"subindex": 3
},
{
"index": 193,
"animal": "marsupials",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"4\" ]] && animal=marsupials",
"subindex": 4
},
{
"index": 192,
"animal": "marmot",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"5\" ]] && animal=marmot",
"subindex": 5
},
{
"index": 202,
"animal": "muskrat",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"6\" ]] && animal=muskrat",
"subindex": 6
},
{
"index": 190,
"animal": "manatee",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"7\" ]] && animal=manatee",
"subindex": 7
},
{
"index": 189,
"animal": "mouse",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"8\" ]] && animal=mouse",
"subindex": 8
},
{
"index": 191,
"animal": "man-of-war",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"9\" ]] && animal=man-of-war",
"subindex": 9
},
{
"index": 197,
"animal": "mollusks",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"10\" ]] && animal=mollusks",
"subindex": 10
},
{
"index": 198,
"animal": "monkey",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"11\" ]] && animal=monkey",
"subindex": 11
},
{
"index": 199,
"animal": "moose",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"12\" ]] && animal=moose",
"subindex": 12
},
{
"index": 200,
"animal": "mule",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"13\" ]] && animal=mule",
"subindex": 13
},
{
"index": 196,
"animal": "mole",
"letter": "m",
"number": 13,
"bash": "[[ \"$letter\" == \"m\" ]] && [[ \"$index\" == \"14\" ]] && animal=mole",
"subindex": 14
},
{
"index": 228,
"animal": "narwhal",
"letter": "n",
"number": 14,
"bash": "[[ \"$letter\" == \"n\" ]] && [[ \"$index\" == \"1\" ]] && animal=narwhal",
"subindex": 1
},
{
"index": 229,
"animal": "nautilus",
"letter": "n",
"number": 14,
"bash": "[[ \"$letter\" == \"n\" ]] && [[ \"$index\" == \"2\" ]] && animal=nautilus",
"subindex": 2
},
{
"index": 230,
"animal": "newt",
"letter": "n",
"number": 14,
"bash": "[[ \"$letter\" == \"n\" ]] && [[ \"$index\" == \"3\" ]] && animal=newt",
"subindex": 3
},
{
"index": 240,
"animal": "ox",
"letter": "o",
"number": 15,
"bash": "[[ \"$letter\" == \"o\" ]] && [[ \"$index\" == \"1\" ]] && animal=ox",
"subindex": 1
},
{
"index": 239,
"animal": "owl",
"letter": "o",
"number": 15,
"bash": "[[ \"$letter\" == \"o\" ]] && [[ \"$index\" == \"2\" ]] && animal=owl",
"subindex": 2
},
{
"index": 238,
"animal": "otter",
"letter": "o",
"number": 15,
"bash": "[[ \"$letter\" == \"o\" ]] && [[ \"$index\" == \"3\" ]] && animal=otter",
"subindex": 3
},
{
"index": 237,
"animal": "ostrich",
"letter": "o",
"number": 15,
"bash": "[[ \"$letter\" == \"o\" ]] && [[ \"$index\" == \"4\" ]] && animal=ostrich",
"subindex": 4
},
{
"index": 236,
"animal": "osprey",
"letter": "o",
"number": 15,
"bash": "[[ \"$letter\" == \"o\" ]] && [[ \"$index\" == \"5\" ]] && animal=osprey",
"subindex": 5
},
{
"index": 233,
"animal": "opossum",
"letter": "o",
"number": 15,
"bash": "[[ \"$letter\" == \"o\" ]] && [[ \"$index\" == \"6\" ]] && animal=opossum",
"subindex": 6
},
{
"index": 234,
"animal": "orangutan",
"letter": "o",
"number": 15,
"bash": "[[ \"$letter\" == \"o\" ]] && [[ \"$index\" == \"7\" ]] && animal=orangutan",
"subindex": 7
},
{
"index": 232,
"animal": "octopus",
"letter": "o",
"number": 15,
"bash": "[[ \"$letter\" == \"o\" ]] && [[ \"$index\" == \"8\" ]] && animal=octopus",
"subindex": 8
},
{
"index": 231,
"animal": "ocelot",
"letter": "o",
"number": 15,
"bash": "[[ \"$letter\" == \"o\" ]] && [[ \"$index\" == \"9\" ]] && animal=ocelot",
"subindex": 9
},
{
"index": 235,
"animal": "orca",
"letter": "o",
"number": 15,
"bash": "[[ \"$letter\" == \"o\" ]] && [[ \"$index\" == \"10\" ]] && animal=orca",
"subindex": 10
},
{
"index": 241,
"animal": "panda",
"letter": "p",
"number": 16,
"bash": "[[ \"$letter\" == \"p\" ]] && [[ \"$index\" == \"1\" ]] && animal=panda",
"subindex": 1
},
{
"index": 242,
"animal": "peacock",
"letter": "p",
"number": 16,
"bash": "[[ \"$letter\" == \"p\" ]] && [[ \"$index\" == \"2\" ]] && animal=peacock",
"subindex": 2
},
{
"index": 243,
"animal": "pelican",
"letter": "p",
"number": 16,
"bash": "[[ \"$letter\" == \"p\" ]] && [[ \"$index\" == \"3\" ]] && animal=pelican",
"subindex": 3
},
{
"index": 244,
"animal": "penguin",
"letter": "p",
"number": 16,
"bash": "[[ \"$letter\" == \"p\" ]] && [[ \"$index\" == \"4\" ]] && animal=penguin",
"subindex": 4
},
{
"index": 245,
"animal": "pig",
"letter": "p",
"number": 16,
"bash": "[[ \"$letter\" == \"p\" ]] && [[ \"$index\" == \"5\" ]] && animal=pig",
"subindex": 5
},
{
"index": 246,
"animal": "platypus",
"letter": "p",
"number": 16,
"bash": "[[ \"$letter\" == \"p\" ]] && [[ \"$index\" == \"6\" ]] && animal=platypus",
"subindex": 6
},
{
"index": 247,
"animal": "polar-bear",
"letter": "p",
"number": 16,
"bash": "[[ \"$letter\" == \"p\" ]] && [[ \"$index\" == \"7\" ]] && animal=polar-bear",
"subindex": 7
},
{
"index": 248,
"animal": "porcupine",
"letter": "p",
"number": 16,
"bash": "[[ \"$letter\" == \"p\" ]] && [[ \"$index\" == \"8\" ]] && animal=porcupine",
"subindex": 8
},
{
"index": 249,
"animal": "prawn",
"letter": "p",
"number": 16,
"bash": "[[ \"$letter\" == \"p\" ]] && [[ \"$index\" == \"9\" ]] && animal=prawn",
"subindex": 9
},
{
"index": 250,
"animal": "puma",
"letter": "p",
"number": 16,
"bash": "[[ \"$letter\" == \"p\" ]] && [[ \"$index\" == \"10\" ]] && animal=puma",
"subindex": 10
},
{
"index": 252,
"animal": "quetzal",
"letter": "q",
"number": 17,
"bash": "[[ \"$letter\" == \"q\" ]] && [[ \"$index\" == \"1\" ]] && animal=quetzal",
"subindex": 1
},
{
"index": 251,
"animal": "quail",
"letter": "q",
"number": 17,
"bash": "[[ \"$letter\" == \"q\" ]] && [[ \"$index\" == \"2\" ]] && animal=quail",
"subindex": 2
},
{
"index": 135,
"animal": "raccoon",
"letter": "r",
"number": 18,
"bash": "[[ \"$letter\" == \"r\" ]] && [[ \"$index\" == \"1\" ]] && animal=raccoon",
"subindex": 1
},
{
"index": 139,
"animal": "rooster",
"letter": "r",
"number": 18,
"bash": "[[ \"$letter\" == \"r\" ]] && [[ \"$index\" == \"2\" ]] && animal=rooster",
"subindex": 2
},
{
"index": 138,
"animal": "robin",
"letter": "r",
"number": 18,
"bash": "[[ \"$letter\" == \"r\" ]] && [[ \"$index\" == \"3\" ]] && animal=robin",
"subindex": 3
},
{
"index": 137,
"animal": "ringworm",
"letter": "r",
"number": 18,
"bash": "[[ \"$letter\" == \"r\" ]] && [[ \"$index\" == \"4\" ]] && animal=ringworm",
"subindex": 4
},
{
"index": 136,
"animal": "ray",
"letter": "r",
"number": 18,
"bash": "[[ \"$letter\" == \"r\" ]] && [[ \"$index\" == \"5\" ]] && animal=ray",
"subindex": 5
},
{
"index": 140,
"animal": "roundworm",
"letter": "r",
"number": 18,
"bash": "[[ \"$letter\" == \"r\" ]] && [[ \"$index\" == \"6\" ]] && animal=roundworm",
"subindex": 6
},
{
"index": 134,
"animal": "rabbit",
"letter": "r",
"number": 18,
"bash": "[[ \"$letter\" == \"r\" ]] && [[ \"$index\" == \"7\" ]] && animal=rabbit",
"subindex": 7
},
{
"index": 133,
"animal": "rat",
"letter": "r",
"number": 18,
"bash": "[[ \"$letter\" == \"r\" ]] && [[ \"$index\" == \"8\" ]] && animal=rat",
"subindex": 8
},
{
"index": 132,
"animal": "rhino",
"letter": "r",
"number": 18,
"bash": "[[ \"$letter\" == \"r\" ]] && [[ \"$index\" == \"9\" ]] && animal=rhino",
"subindex": 9
},
{
"index": 108,
"animal": "shrimp",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"1\" ]] && animal=shrimp",
"subindex": 1
},
{
"index": 107,
"animal": "scorpion",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"2\" ]] && animal=scorpion",
"subindex": 2
},
{
"index": 106,
"animal": "scallop",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"3\" ]] && animal=scallop",
"subindex": 3
},
{
"index": 105,
"animal": "sea-anemone",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"4\" ]] && animal=sea-anemone",
"subindex": 4
},
{
"index": 100,
"animal": "seal",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"5\" ]] && animal=seal",
"subindex": 5
},
{
"index": 103,
"animal": "salmon",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"6\" ]] && animal=salmon",
"subindex": 6
},
{
"index": 101,
"animal": "snake",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"7\" ]] && animal=snake",
"subindex": 7
},
{
"index": 109,
"animal": "siberian-husky",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"8\" ]] && animal=siberian-husky",
"subindex": 8
},
{
"index": 99,
"animal": "sheep",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"9\" ]] && animal=sheep",
"subindex": 9
},
{
"index": 104,
"animal": "sandpiper",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"10\" ]] && animal=sandpiper",
"subindex": 10
},
{
"index": 110,
"animal": "skunks",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"11\" ]] && animal=skunks",
"subindex": 11
},
{
"index": 102,
"animal": "shark",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"12\" ]] && animal=shark",
"subindex": 12
},
{
"index": 112,
"animal": "sloth",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"13\" ]] && animal=sloth",
"subindex": 13
},
{
"index": 111,
"animal": "slender-loris",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"14\" ]] && animal=slender-loris",
"subindex": 14
},
{
"index": 120,
"animal": "stork",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"15\" ]] && animal=stork",
"subindex": 15
},
{
"index": 119,
"animal": "squirrel",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"16\" ]] && animal=squirrel",
"subindex": 16
},
{
"index": 118,
"animal": "squid",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"17\" ]] && animal=squid",
"subindex": 17
},
{
"index": 121,
"animal": "swan",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"18\" ]] && animal=swan",
"subindex": 18
},
{
"index": 116,
"animal": "sponge",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"19\" ]] && animal=sponge",
"subindex": 19
},
{
"index": 115,
"animal": "somali-wild-ass",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"20\" ]] && animal=somali-wild-ass",
"subindex": 20
},
{
"index": 114,
"animal": "snails",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"21\" ]] && animal=snails",
"subindex": 21
},
{
"index": 113,
"animal": "slugs",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"22\" ]] && animal=slugs",
"subindex": 22
},
{
"index": 117,
"animal": "spectacled-bear",
"letter": "s",
"number": 19,
"bash": "[[ \"$letter\" == \"s\" ]] && [[ \"$index\" == \"23\" ]] && animal=spectacled-bear",
"subindex": 23
},
{
"index": 77,
"animal": "terrapin",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"1\" ]] && animal=terrapin",
"subindex": 1
},
{
"index": 69,
"animal": "turtle",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"2\" ]] && animal=turtle",
"subindex": 2
},
{
"index": 78,
"animal": "tick",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"3\" ]] && animal=tick",
"subindex": 3
},
{
"index": 79,
"animal": "trout",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"4\" ]] && animal=trout",
"subindex": 4
},
{
"index": 80,
"animal": "turkey",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"5\" ]] && animal=turkey",
"subindex": 5
},
{
"index": 74,
"animal": "tapeworm",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"6\" ]] && animal=tapeworm",
"subindex": 6
},
{
"index": 73,
"animal": "tamarin",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"7\" ]] && animal=tamarin",
"subindex": 7
},
{
"index": 72,
"animal": "tadpole",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"8\" ]] && animal=tadpole",
"subindex": 8
},
{
"index": 71,
"animal": "tasmanian-devil",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"9\" ]] && animal=tasmanian-devil",
"subindex": 9
},
{
"index": 70,
"animal": "tapir",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"10\" ]] && animal=tapir",
"subindex": 10
},
{
"index": 68,
"animal": "tortoise",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"11\" ]] && animal=tortoise",
"subindex": 11
},
{
"index": 75,
"animal": "tarpan",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"12\" ]] && animal=tarpan",
"subindex": 12
},
{
"index": 76,
"animal": "tazmanian-devil",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"13\" ]] && animal=tazmanian-devil",
"subindex": 13
},
{
"index": 67,
"animal": "tiger",
"letter": "t",
"number": 20,
"bash": "[[ \"$letter\" == \"t\" ]] && [[ \"$index\" == \"14\" ]] && animal=tiger",
"subindex": 14
},
{
"index": 253,
"animal": "urchin",
"letter": "u",
"number": 21,
"bash": "[[ \"$letter\" == \"u\" ]] && [[ \"$index\" == \"1\" ]] && animal=urchin",
"subindex": 1
},
{
"index": 254,
"animal": "uakari",
"letter": "u",
"number": 21,
"bash": "[[ \"$letter\" == \"u\" ]] && [[ \"$index\" == \"2\" ]] && animal=uakari",
"subindex": 2
},
{
"index": 255,
"animal": "urutu",
"letter": "u",
"number": 21,
"bash": "[[ \"$letter\" == \"u\" ]] && [[ \"$index\" == \"3\" ]] && animal=urutu",
"subindex": 3
},
{
"index": 262,
"animal": "vervet",
"letter": "v",
"number": 22,
"bash": "[[ \"$letter\" == \"v\" ]] && [[ \"$index\" == \"1\" ]] && animal=vervet",
"subindex": 1
},
{
"index": 256,
"animal": "vicuna",
"letter": "v",
"number": 22,
"bash": "[[ \"$letter\" == \"v\" ]] && [[ \"$index\" == \"2\" ]] && animal=vicuna",
"subindex": 2
},
{
"index": 257,
"animal": "viper",
"letter": "v",
"number": 22,
"bash": "[[ \"$letter\" == \"v\" ]] && [[ \"$index\" == \"3\" ]] && animal=viper",
"subindex": 3
},
{
"index": 258,
"animal": "vulture",
"letter": "v",
"number": 22,
"bash": "[[ \"$letter\" == \"v\" ]] && [[ \"$index\" == \"4\" ]] && animal=vulture",
"subindex": 4
},
{
"index": 259,
"animal": "velociraptor",
"letter": "v",
"number": 22,
"bash": "[[ \"$letter\" == \"v\" ]] && [[ \"$index\" == \"5\" ]] && animal=velociraptor",
"subindex": 5
},
{
"index": 260,
"animal": "vole",
"letter": "v",
"number": 22,
"bash": "[[ \"$letter\" == \"v\" ]] && [[ \"$index\" == \"6\" ]] && animal=vole",
"subindex": 6
},
{
"index": 261,
"animal": "velvet-worm",
"letter": "v",
"number": 22,
"bash": "[[ \"$letter\" == \"v\" ]] && [[ \"$index\" == \"7\" ]] && animal=velvet-worm",
"subindex": 7
},
{
"index": 89,
"animal": "white-tailed-dear",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"1\" ]] && animal=white-tailed-dear",
"subindex": 1
},
{
"index": 82,
"animal": "walrus",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"2\" ]] && animal=walrus",
"subindex": 2
},
{
"index": 98,
"animal": "wren",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"3\" ]] && animal=wren",
"subindex": 3
},
{
"index": 97,
"animal": "widow-spider",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"4\" ]] && animal=widow-spider",
"subindex": 4
},
{
"index": 96,
"animal": "woodpecker",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"5\" ]] && animal=woodpecker",
"subindex": 5
},
{
"index": 81,
"animal": "whale",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"6\" ]] && animal=whale",
"subindex": 6
},
{
"index": 94,
"animal": "wolverine",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"7\" ]] && animal=wolverine",
"subindex": 7
},
{
"index": 93,
"animal": "wolf",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"8\" ]] && animal=wolf",
"subindex": 8
},
{
"index": 92,
"animal": "weevil",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"9\" ]] && animal=weevil",
"subindex": 9
},
{
"index": 95,
"animal": "woodchuck",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"10\" ]] && animal=woodchuck",
"subindex": 10
},
{
"index": 90,
"animal": "whooper",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"11\" ]] && animal=whooper",
"subindex": 11
},
{
"index": 88,
"animal": "whippet",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"12\" ]] && animal=whippet",
"subindex": 12
},
{
"index": 87,
"animal": "wallaby",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"13\" ]] && animal=wallaby",
"subindex": 13
},
{
"index": 86,
"animal": "water-dragons",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"14\" ]] && animal=water-dragons",
"subindex": 14
},
{
"index": 85,
"animal": "wasp",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"15\" ]] && animal=wasp",
"subindex": 15
},
{
"index": 84,
"animal": "warthog",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"16\" ]] && animal=warthog",
"subindex": 16
},
{
"index": 83,
"animal": "warbler",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"17\" ]] && animal=warbler",
"subindex": 17
},
{
"index": 91,
"animal": "weasel",
"letter": "w",
"number": 23,
"bash": "[[ \"$letter\" == \"w\" ]] && [[ \"$index\" == \"18\" ]] && animal=weasel",
"subindex": 18
},
{
"index": 267,
"animal": "yorkshire-terrier",
"letter": "y",
"number": 25,
"bash": "[[ \"$letter\" == \"y\" ]] && [[ \"$index\" == \"1\" ]] && animal=yorkshire-terrier",
"subindex": 1
},
{
"index": 266,
"animal": "yeti",
"letter": "y",
"number": 25,
"bash": "[[ \"$letter\" == \"y\" ]] && [[ \"$index\" == \"2\" ]] && animal=yeti",
"subindex": 2
},
{
"index": 263,
"animal": "yak",
"letter": "y",
"number": 25,
"bash": "[[ \"$letter\" == \"y\" ]] && [[ \"$index\" == \"3\" ]] && animal=yak",
"subindex": 3
},
{
"index": 264,
"animal": "yellow-belly-sapsucke",
"letter": "y",
"number": 25,
"bash": "[[ \"$letter\" == \"y\" ]] && [[ \"$index\" == \"4\" ]] && animal=yellow-belly-sapsucke",
"subindex": 4
},
{
"index": 265,
"animal": "yellow-finned-tuna",
"letter": "y",
"number": 25,
"bash": "[[ \"$letter\" == \"y\" ]] && [[ \"$index\" == \"5\" ]] && animal=yellow-finned-tuna",
"subindex": 5
},
{
"index": 270,
"animal": "zorilla",
"letter": "z",
"number": 26,
"bash": "[[ \"$letter\" == \"z\" ]] && [[ \"$index\" == \"1\" ]] && animal=zorilla",
"subindex": 1
},
{
"index": 268,
"animal": "zander",
"letter": "z",
"number": 26,
"bash": "[[ \"$letter\" == \"z\" ]] && [[ \"$index\" == \"2\" ]] && animal=zander",
"subindex": 2
},
{
"index": 269,
"animal": "zebra",
"letter": "z",
"number": 26,
"bash": "[[ \"$letter\" == \"z\" ]] && [[ \"$index\" == \"3\" ]] && animal=zebra",
"subindex": 3
},
{
"index": 271,
"animal": "zebu",
"letter": "z",
"number": 26,
"bash": "[[ \"$letter\" == \"z\" ]] && [[ \"$index\" == \"4\" ]] && animal=zebu",
"subindex": 4
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment