#!/home/smulloni/apps/python2.5/bin/python

import ewa.clisupport as cli
import sys

if __name__=='__main__':
    cli.do_serve(sys.argv[1:])
