#!/bin/bash

set -a

echo "Loading configuration."
source options

sudo lb build noauto "${@}" --debug 2>&1 | tee build.log
# if [ $? -eq 0 ]
# then
# 	tar zxf binary-net.tar.gz &> /dev/null
# else
# 	echo "Error generating the client"
# fi
