HAYAMA Kaoru
|
4be3d65850
|
example.lsp: Replace (block) and (return-from) to (quit)
|
2025-08-17 22:04:00 +09:00 |
|
HAYAMA Kaoru
|
0c6b29011c
|
example.lsp: enable to specify options for ssh
|
2025-08-16 19:06:40 +09:00 |
|
HAYAMA Kaoru
|
aab753da48
|
example.lsp: replace (catch 'fail) to (block main)
|
2025-08-16 19:05:24 +09:00 |
|
HAYAMA Kaoru
|
0780095a3f
|
example.lsp: ARGV to *argv*
|
2025-08-12 02:39:59 +09:00 |
|
HAYAMA_Kaoru
|
945d8903b9
|
example.lsp: use *argv*, *program-name*, etc
|
2025-05-04 03:43:30 +09:00 |
|
HAYAMA_Kaoru
|
c6163800c6
|
example.lsp: block..return-from to catch..throw
|
2024-12-24 20:36:30 +09:00 |
|
HAYAMA_Kaoru
|
a4de6f0116
|
Fix for Windows OpenSSHD
|
2024-12-21 19:49:42 +09:00 |
|
HAYAMA_Kaoru
|
11c7046c50
|
examle.lsp: when password is invalid, send Ctrl-C and wait process terminating
|
2024-12-05 13:57:27 +09:00 |
|
HAYAMA_Kaoru
|
0652d8229a
|
example.lsp: rename system-variables (ARGV, PROGRAM_NAME,...)
|
2024-12-05 12:49:07 +09:00 |
|
HAYAMA_Kaoru
|
48ab76b65b
|
example.lsp: use (wait PID)
|
2024-12-05 12:20:10 +09:00 |
|
HAYAMA_Kaoru
|
29608ecbaa
|
example.lsp and README: add error cases
- "Could not resolve hostname"
- error catch when ssh is not found
- rename variables
- password error
|
2024-12-04 22:41:32 +09:00 |
|
HAYAMA_Kaoru
|
e65408bc19
|
README and example: wrote about $EXECUTABLE_NAME
|
2024-12-02 10:28:35 +09:00 |
|
HAYAMA_Kaoru
|
ab0e2b12a3
|
README and example: wrote about $PROGRAM_NAME
|
2024-12-02 10:28:27 +09:00 |
|
HAYAMA_Kaoru
|
3c5630327a
|
New example using ssh
|
2024-12-02 06:27:26 +09:00 |
|
HAYAMA_Kaoru
|
29faa649d1
|
example: add 'interval 200
|
2024-12-01 12:54:17 +09:00 |
|
HAYAMA_Kaoru
|
3c4b2d2e0b
|
example.lsp: make ctrlc with (create-string)
|
2024-12-01 00:47:10 +09:00 |
|
HAYAMA_Kaoru
|
b0efed751b
|
example.lsp runs on Linux and Windows
|
2024-11-30 11:22:43 +09:00 |
|
HAYAMA_Kaoru
|
7cee075958
|
Swap (expect) and (expect*)
|
2024-11-30 10:37:43 +09:00 |
|
HAYAMA_Kaoru
|
4ffb196563
|
Implement (expect) like (case)
|
2024-11-30 02:28:24 +09:00 |
|
HAYAMA_Kaoru
|
de6a18813b
|
Implement (send)
|
2024-11-30 01:09:34 +09:00 |
|
HAYAMA_Kaoru
|
c99698837d
|
(expect*) supports the option 'timeout SECOND
|
2024-11-30 01:09:34 +09:00 |
|
HAYAMA_Kaoru
|
5539fb85ad
|
Read script from argv[1]
|
2024-11-29 23:48:08 +09:00 |
|