mirror of
https://github.com/hymkor/lispect.git
synced 2026-08-28 04:46:59 -04:00
README: Update descrption for ssh-options
This commit is contained in:
@@ -11,12 +11,14 @@ Lispect
|
|||||||
|
|
||||||
**example.lsp**
|
**example.lsp**
|
||||||
|
|
||||||
$ `lispect example.lsp USERNAME@DOMAIN PASSWORD`
|
$ `lispect example.lsp {SSH-OPTIONS} USERNAME@DOMAIN PASSWORD`
|
||||||
→ login `USERNAME@DOMAIN` with `ssh` and input `PASSWORD` automatically
|
→ login `USERNAME@DOMAIN` with `ssh` and input `PASSWORD` automatically
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Some variable names have been updated for compatibility with recent versions of gmnlisp, but the old names remain available for now.
|
> Some variable names have been updated for compatibility with recent versions of gmnlisp, but the old names remain available for now.
|
||||||
|
|
||||||
|
`lispect ./example.lsp -p 2222 username@127.0.0.1 yourpassword`
|
||||||
|
|
||||||
```example.lsp
|
```example.lsp
|
||||||
(block main
|
(block main
|
||||||
(if (< (length *argv*) 2)
|
(if (< (length *argv*) 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user