Difference between revisions of "$script"

From Scriptwiki
Jump to: navigation, search
(No difference)

Revision as of 22: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