check (222B)
1 #!/bin/sh 2 set -e 3 4 umask 022 5 test -d package || sh -cx '! : Wrong working directory.' 6 test -d compile || sh -cx '! : Wrong working directory.' 7 8 echo 'Checking commands in ./command...' 9 sh -cxe 'cd compile; exec make check'