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 | fb1a266ee984e923fd9af7aa34c99e91356f2d2d (patch) | |
tree | 9a498e0d7cd5e859c65595184161fac81646aead /html/tty.html | |
parent | 1a096f0496e26b2ab8459a90c4d857a590e60538 (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() } |