When used from within a script, which variable contains the name of the script?
$@ // array-like construct of all positional parameters
$$ // pid of the current shell
$# // number of positional parameters
$0