#!/bin/sh

exec java -server -Xrunhprof:cpu=times \
	  -ea -Dfile.encoding=utf-8 -jar daruma.jar $@
