show/hide this revision's text 2 Removed the echo since it wasn't asked for by the OP

If you want it without the path then you would use :

echo "You are running ${0##*/}"
{0##*/}

show/hide this revision's text 1

If you want it without the path then you would use:

echo "You are running ${0##*/}"