darcs-hash:20090326180419-28bda-da2ee7f295f802564f1e567bd46b23e99c764413.gz
This commit is contained in:
hans 2009-03-26 12:04:19 -06:00
parent 4fef10dc14
commit 911e513d44

6
examples/irw.rb Executable file
View 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