21 lines
207 B
Plaintext
21 lines
207 B
Plaintext
# All supported devices
|
|
# Usage: ${devices[@]}
|
|
readonly devices=(
|
|
tegu
|
|
comet
|
|
komodo
|
|
caiman
|
|
tokay
|
|
akita
|
|
husky
|
|
shiba
|
|
felix
|
|
tangorpro
|
|
lynx
|
|
cheetah
|
|
panther
|
|
bluejay
|
|
raven
|
|
oriole
|
|
)
|