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

FILE=$1;
shift;

./scripts/aws/"$FILE" "$@";
