#!/usr/bin/env bash

echo "exiting with exit code $1"
exit $1
