$script: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
No edit summary
 
m added $scriptdir to also see
Line 9: Line 9:
== See Also ==
== See Also ==
* [[$scriptline]] Returns the current script line.
* [[$scriptline]] Returns the current script line.
* [[$scriptdir]] Returns the directory the current script is saved.

Revision as of 20:01, 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

  • $scriptline Returns the current script line.
  • $scriptdir Returns the directory the current script is saved.