#!/bin/bash
if (which java >/dev/null);
then (java WarTaxi "$@");
else (./wt-static "$@");
fi

