diff options
| author | amy <[email protected]> | 2023-02-07 13:51:14 -0600 |
|---|---|---|
| committer | amy <[email protected]> | 2023-02-07 13:51:14 -0600 |
| commit | ebf4058d29317ea28a61709cc65b71e01a07603e (patch) | |
| tree | 48cba90367c71fdcd66b55393c275e30097b0bf4 /html/tty.html | |
| parent | 3318a23f09e1216e1e9b834094e233f3fbda7e45 (diff) | |
cmd and other stuff
Diffstat (limited to 'html/tty.html')
| -rw-r--r-- | html/tty.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/tty.html b/html/tty.html index 59ed435..171277d 100644 --- a/html/tty.html +++ b/html/tty.html @@ -63,7 +63,7 @@ , { name: ".secret", perms: { r: true }, dir: true, content: [{ name: "readme", perms: { r: true }, dir: false, content: "still working on things:) nothing here is final\n or even close" }] } ] - let aaa = new jssh(fs, working_dir, 0) + let aaa = new jssh(fs, working_dir, 0, "line", "history") function main() { aaa.main() } |
