#!/usr/bin/env bash set -ex rsync -avh --exclude="node_modules" ../ionic_mobile/ \ ../_archive/ionic_mobile_draft_012 echo "done"