#! /bin/sh

#
# Trivial shell script to remove indicated body parts.

echo "************************************************************"
echo "*"
echo "* There was a $* body part present here"
echo "* It was removed as the destination cannot support this format"
echo "*"
echo "************************************************************"

