#!/bin/sh

RUBYLIB="${RUBYLIB:+$RUBYLIB:}/opt/osstech/libexec/chimera/lib"
RAILS_ENV="${RAILS_ENV:-production}"
export RUBYLIB RAILS_ENV
exec "/opt/osstech/libexec/chimera/app/bin/crawler" ${1+"$@"}

