#!/usr/bin/ruby
#
# Copyright (C) 2003-2006 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 GPL 2.

$LOAD_PATH << File.expand_path(File.dirname(__FILE__)+'/../lib')
$LOAD_PATH << File.expand_path(File.dirname(__FILE__)+'/../ext')
#require 'qwik/compat/add_load_path'
require 'qwik/ml-quickml-server'
QuickML::QuickMLServer.main(ARGV)
