Merge branch 'raczben:master' into master

This commit is contained in:
Jake Henning 2023-11-12 10:47:40 +02:00 committed by GitHub
commit 6661944883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,8 @@ child.expect('>')
print(child.before, end='')
print(child.after, end='')
# run list directory command
child.sendline('ls')
# run dir command to list directory contents
child.sendline('dir')
# Waiting for prompt
child.expect('>')