#!/bin/sh

exec 2>&1
set -ex

cd ${ADTTMP:-/tmp}
compass create myproject --using bootstrap-sass
(cd myproject && find)
rm -fr myproject
