Make blink(1) blink a specific color
Posted
by
dimo414
on Super User
See other posts from Super User
or by dimo414
Published on 2012-12-13T04:19:56Z
Indexed on
2012/12/15
5:10 UTC
Read the original article
Hit count: 465
command-line
|blink1
I'm playing with my new blink(1)
, and trying to hook it's command line interface into some of my programs, but the docs are a little limited and I'm struggling to figure out how to run even some seemingly simple commands.
In particular, the CLI docs say:
Usage:
blink1-tool <cmd> [options]
where <cmd> is one of:
....
--blink <numtimes> Blink on/off
....
So I try to run blink1-tool --blink 5
and it outputs blink 5 times rgb:0,0,0:
and doesn't light up.
How do I use the --blink
command?
© Super User or respective owner