#!/bin/bash

P=`which "$0"`
source "`dirname $P`/jason-setup"

java -cp "$JASON_HOME/libs/*" jason.runtime.RunJasonProject $*
