show/hide this revision's text 2 you are not a noob

Sorry for nOOb question, but:

How can I determine the name of the bash script file inside the script itself?
Like if my script is in file runme.sh, than how would I make it to display "You are running runme.sh" message without hardcodding that?

Thanks,

show/hide this revision's text 1

In the bash script how do I know the script file name?

Sorry for nOOb question, but:
How can I determine the name of the bash script file inside the script itself?
Like if my script is in file runme.sh, than how would I make it to display "You are running runme.sh" message without hardcodding that?

Thanks,