Skip to content

Commit

Permalink
Update demo.tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Aug 10, 2024
1 parent 87493d4 commit 42fa75b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ Require poac

Set Shell "bash"
Set FontSize 32
Set Width 1200
Set Height 600
Set Width 1600
Set Height 800

Type "poac new hello_world" Sleep 500ms Enter
Type "cd hello_world" Sleep 500ms Enter
Type "poac run" Sleep 500ms Enter

Sleep 5s
Type "poac version" Sleep 500ms Enter Sleep 1s
Type "poac new hello_world" Sleep 500ms Enter Sleep 1s
Type "cd hello_world" Sleep 500ms Enter Sleep 1s
Type "poac run" Sleep 500ms Enter Sleep 5s

0 comments on commit 42fa75b

Please sign in to comment.