Display File Name
I'd like to be able to display the name of my shell scripts when i execute them. right now, for the ones i want to do this, i just have the line echo "script name". Is there a more programmatic way to do this or is this the only way to go?
|