#!/bin/sh

# Remember that this script is in apps/isample/scrips/unix
# and current directory should be apps/isample

# Run allowing built-in communication strategies

exec ./scripts/unix/app-java isample.IsampleTest "$@"
