#!/usr/bin/env bash

set -e

SCRIPTDIR=$(
  cd "$(dirname "$(realpath "$0")")" || exit 254
  pwd -P
)
cd "${SCRIPTDIR}/land" || exit 1

nobj-build
