#!/bin/bash set -e set -u APPSTORE_HOME=$(cd $(dirname "$0")/.. && pwd) . $APPSTORE_HOME/hooks/common echo "post-commit!!"