#!/bin/sh

APPDIR=`app-path $0`

exec ${APPDIR}/bin/splitr -P32 ${1:+"$@"}
