#!/bin/sh

echo
echo "--- Running epurwp"
echo

epurwp 40 90
ret=$?

exit $ret
