#!/bin/sh

# For some reason when this echo is commented out
#  Net::SSH always reports the exit code as 0.
echo "Failing with $1"
exit $1