invoice.tape

 1Output out.gif
 2
 3Set Shell "bash"
 4Set FontSize 32
 5Set Width 1200
 6Set Height 600
 7
 8Type "invoice generate --from 'Dream, Inc.' \" Enter
 9Type "  --to 'Imagine, Inc.' \" Enter
10Type "  --date 'June 10, 2023' \" Enter
11Type "  --tax 0.13 \" Enter
12Type "  --discount 0.15 \" Enter
13Type "  --item 'Rubber Duck' \" Enter
14Type "  --quantity 2 \" Enter
15Type "  --rate 25 \" Enter
16Type "  --note 'For debugging purposes.'" Enter
17
18Sleep 5s