#!/bin/sh set -e # This entire file is a hack so that constructicon can build Atom via # xcode cd "$(dirname "$0")/.." ./script/bootstrap ./node_modules/.bin/grunt -v --build-dir="$BUILT_PRODUCTS_DIR bootstrap build" echo <