#! /bin/sh -e test -d package || ( echo 'Wrong working directory.'; exit 1 ) test -d src || ( echo 'Wrong working directory.'; exit 1 )