#!/bin/bash
## Debian live build script

sudo lb build noauto $@ 2>&1 | tee live-build.log

