BashNotebook
extends Nodebook
"BashNotebook" is used for .sh
(Bash/Shell) files.
Usage
Setup
note(code)
Similar to addLine()
but it does not automatically make an indent.
string code
:
The code to put in.
runFile()
Executes the file.
runCMD(command)
Execute a bash command.
string command
:
The command to execute.
Last updated