#! /usr/bin/env ruby

STDERR.puts "'rock-webapp' is deprecated, please use 'rock-rest-api'"

exec "rock-rest-api", *ARGV
