#!/bin/bash

if [ ! "$0" = "./build-compat-libs.sh" ]; then
  echo build-compat-libs.sh must reside in the current directory. exiting...
  exit 1
fi

#./build-material-web.sh
#if [ ! "$?" = "0" ]; then exit 1; fi

#./build-react.sh
#if [ ! "$?" = "0" ]; then exit 1; fi
