#!/bin/sh -e

umask 022
test -d package || sh -cx '! : Wrong working directory.'
test -d compile || sh -cx '! : Wrong working directory.'

echo 'Checking commands in ./command...'
sh -cx 'cd compile && exec make check'
