#!/bin/sh if [ -z "$1" ] ; then echo "Error - must supply config file" exit 1 fi . "$1" ./dev/export-data.sh ./production/export-to-production.sh