#!/bin/sh
cat foo.cpp.in >foo.cpp
qbuild -script
rm foo.cpp
qbuild -script || exit 0
