#!/usr/bin/env bash
set -e

# Nomarchy Backup Script
# Alias for nomarchy-sync push.

nomarchy-sync push "$@"
