$script

From Scriptwiki
Revision as of 22:00, 6 April 2008 by Albie (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the filename of the currently executing remote script.

$script

Example

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

See Also