#!/bin/sh
LOGNAME="`grep VERSION nakedbuild | head -n1 | cut -d '"' -f2`.log"
lb build noauto "${@}" 2>&1 | tee -a ${LOGNAME}
