Migrate docs to antora
- This is basically copy from main branch minus all terminal ui things. - Relates #971
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[[built-in-commands-script]]
|
||||
= Script
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
The `script` command accepts a local file as an argument and replays commands found there, one at a time.
|
||||
|
||||
Reading from the file behaves exactly like inside the interactive shell, so lines starting with `//` are considered
|
||||
to be comments and are ignored, while lines ending with `\` trigger line continuation.
|
||||
Reference in New Issue
Block a user