#!/bin/sh

set -e

lb build noauto "${@}" && echo $? 2>&1 | tee build.log
