#!/bin/sh

echo "I am a test!"
echo "I was called as $0"
echo "My first param is $1"
echo "Exiting now..."