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