$script: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 20:00, 6 April 2008

Returns the filename of the currently executing remote script.

$script

Example

alias hello {
  echo -ag We're running from script file $script
}

See Also