#!/bin/bash
#
python hello.py >& hello_output.txt
#
echo " "
echo "The hello example has been run."

