#!/bin/bash

# display the name of the script

echo "script name is `basename $0`"

exit