darcs-hash:20090326180419-28bda-da2ee7f295f802564f1e567bd46b23e99c764413.gz
master
hans 2009-03-26 12:04:19 -06:00
parent 4fef10dc14
commit 911e513d44
1 changed files with 6 additions and 0 deletions

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