chore(): Add hello world example

This commit is contained in:
Chris Daßler 2024-10-24 23:35:04 +02:00
parent cf6e2ced59
commit 6550450b81
2 changed files with 14 additions and 7 deletions

View File

@ -1,5 +1,10 @@
{"version": 2, "width": 238, "height": 56, "timestamp": 1729752663, "idle_time_limit": 300.0, "env": {"SHELL": "/bin/bash", "TERM": "xterm-256color"}}
[0.143627, "o", "\u001b]0;root@ee87b34899fc: /workspace/scripts\u0007root@ee87b34899fc:/workspace/scripts# "]
[0.240999, "o", "# testing: Hello World!"]
[0.320421, "o", "\r\n\u001b]0;root@ee87b34899fc: /workspace/scripts\u0007root@ee87b34899fc:/workspace/scripts# "]
[0.984308, "o", "exit\r\n"]
{"version": 2, "width": 238, "height": 56, "timestamp": 1729804999, "idle_time_limit": 300.0, "env": {"SHELL": "/bin/bash", "TERM": "xterm-256color"}}
[0.161644, "o", "root@a2238b8eb3de:/workspace/scripts$ "]
[0.244085, "o", "# testing: Hello World!"]
[0.326321, "o", "\r\n"]
[0.327652, "o", "root@a2238b8eb3de:/workspace/scripts$ "]
[1.051556, "o", "e"]
[1.058483, "o", "x"]
[1.099347, "o", "i"]
[1.13612, "o", "t"]
[1.186572, "o", "\r\nlogout\r\n"]

View File

@ -1,7 +1,9 @@
#$ delay 50
#$ expect \#
#$ expect \$
#$ sendcharacter # testing: Hello World!
#$ sendcontrol m
#$ expect #
#$ expect \$
#$ wait 500
exit