#!/bin/sh
#
#  Date: Thu May  9 11:28:24 CDT 2019
#  Name: pythonWrapper
#
python card.py 
echo "Between scripts"
python greeting.py 
echo "Between scripts"
python card.py 
exit 0
