#! /usr/bin/env ruby

# rant -- Ruby's ant
#
# Copyright (C) 2005 Stefan Lang <langstefan@gmx.at>
#
# This program is free software.
# You can distribute/modify this program under the terms of
# the GNU LGPL, Lesser General Public License version 2.1.

require 'rant/rantlib'
exit Rant.run
