#!/bin/sh
echo PASS
echo There will now be an error.
exit 1
