ShellScript

Undocumented in source.

Constructors

this
this(string path)
Undocumented in source.

Members

Functions

allArgs
ShellScript allArgs(bool quote)
Undocumented in source. Be warned that the author may not have intended to support it.
append
ShellScript append(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
comment
ShellScript comment(string c)
Undocumented in source. Be warned that the author may not have intended to support it.
content
string content()
Undocumented in source. Be warned that the author may not have intended to support it.
declareVariable
ShellScript declareVariable(string name, string value, bool local)
Undocumented in source. Be warned that the author may not have intended to support it.
echoOff
ShellScript echoOff()
Undocumented in source. Be warned that the author may not have intended to support it.
exec
ShellScript exec(string name, string args)
Undocumented in source. Be warned that the author may not have intended to support it.
exportPath
ShellScript exportPath(string name, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
export_
ShellScript export_(string name, string content, bool quote)
Undocumented in source. Be warned that the author may not have intended to support it.
ifFileIsNotEmpty
ShellScript ifFileIsNotEmpty(string path, void delegate() ifBlock, void delegate() elseBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
ifStatement
ShellScript ifStatement(string condition, void delegate() ifBlock, void delegate() elseBlock)
Undocumented in source. Be warned that the author may not have intended to support it.
indent
ShellScript indent()
Undocumented in source. Be warned that the author may not have intended to support it.
nl
ShellScript nl()
Undocumented in source. Be warned that the author may not have intended to support it.
printError
ShellScript printError(string message, bool singleQuote)
Undocumented in source. Be warned that the author may not have intended to support it.
shebang
ShellScript shebang()
Undocumented in source. Be warned that the author may not have intended to support it.
source
ShellScript source(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
variable
ShellScript variable(string name, bool quote)
Undocumented in source. Be warned that the author may not have intended to support it.
write
ShellScript write()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

path
string path;
Undocumented in source.

Meta