#!/usr/bin/env ruby
#
# Copyright (C) 2003-2005 Kouichirou Eto
#     All rights reserved.
#     This is free software with ABSOLUTELY NO WARRANTY.
#
# You can redistribute it and/or modify it under the terms of 
# the GNU General Public License version 2.
#

base = File.dirname(__FILE__)+"/.."
$LOAD_PATH << File.expand_path(base+"/lib")
$LOAD_PATH << File.expand_path(base+"/compat")

require "qwik/qwikweb-server"

Qwik::QwikWebServer.main(ARGV)
