#! /bin/bash
#
echo ""
echo "tester.sh"
echo "  This is a dummy script."
echo "  The real code is tester_code.sh"
echo "  We just need to avoid having tester_code.sh call itself!"
#
echo ""
echo "tester.sh:"
echo "  Normal end of execution."
