# Where should we write the GIF?
Output output/dog.gif
# Set up a 1200x600 terminal with 15px font.
Set FontSize 15
Set Width 1200
Set Height 800
Set TypingSpeed 100ms
# Type a command in the terminal.
Sleep 700ms
Type "dog debian.org"
Sleep 1500ms
# Run the command by pressing enter.
Enter
# Admire the output for a bit.
Sleep 10s