Skip to content

Commit

Permalink
Changed ls to dir
Browse files Browse the repository at this point in the history
  • Loading branch information
anandphulwani authored and raczben committed Sep 1, 2023
1 parent 8f2342d commit 1b7dd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/hello_wexpect.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
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('>')
Expand Down

0 comments on commit 1b7dd17

Please sign in to comment.