irw.rb
darcs-hash:20090326180419-28bda-da2ee7f295f802564f1e567bd46b23e99c764413.gz
This commit is contained in:
parent
4fef10dc14
commit
911e513d44
6
examples/irw.rb
Executable file
6
examples/irw.rb
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/ruby
|
||||
# rewrite of lirc's own irw using lircr
|
||||
|
||||
require 'lirc'
|
||||
l = LIRC::Client.new
|
||||
puts l.next.to_s while true
|
Loading…
Reference in a new issue