Sign in
gfiber
/
buildroot
/
d312d9170e366cfa661ae08e747c1d831bdf70d6
/
.
/
fs
/
skeleton
/
bin
/
has-tuneable-laser
blob: 3e97d37a9a80380cb7e902deb7ba74a262a889f9 [
file
] [
log
] [
blame
]
#!/bin/sh
#
# Returns 0 (true) if this device has a tuneable laser
#
.
/
etc
/
utils
.
sh
plat
=
$
(
cat
/
etc
/
platform
)
if
startswith
"$plat"
"GFLT3"
;
then
exit
0
else
exit
1
fi