1/28 crossed by 1/28/14
I blame the microwave for weakening the glass under a heavy load.
#!/bin/shBesides a lack of supervision, piping crap together is an easy way to use all of your cores.
cat /dev/ttyUSB0 | ruby datecat.rb >> door_log.txt &
tail -f door_log.txt | ruby door_temp.rb | nc localhost 2003 &
tail -f door_log.txt | ruby door_opening.rb | nc localhost 2003 &
wait