#!/bin/sh
# auto/build — live-build build wrapper for bee ISO
set -e

lb build noauto "${@}" 2>&1
