#!/bin/sh
siteruby=$(ruby -r rbconfig -e 'print Config::CONFIG["sitedir"]')
ruby "$siteruby"/cewl.rb $@
