#!/bin/sh
# Note: I'm open to any suggestions as to how distribute a Ruby app, I find
# this wrapper script a little ridiculous.
test -x eat.rb && ./eat.rb
test -x "/usr/local/share/eatmonkey"/eat.rb && cd "/usr/local/share/eatmonkey" && ./eat.rb
