#!/bin/bash
CWD=`dirname "$0"`
java -cp "$CWD/lib/*" org.testingisdocumenting.znai.cli.ZnaiCliApp $*
