Files
sailpoint-cli/assets/vhs/linuxMake.tape
2023-10-05 22:37:43 -05:00

42 lines
608 B
VHS

# Where should we write the GIF?
Output assets/img/vhs/MacOSAndLinux.gif
# Set up a 1200x600 terminal with 46px font.
Set FontSize 16
Set Width 1200
Set Height 700
Hide
Sleep 2s
Show
# Start ...
# Pause for dramatic effect...
Sleep 300ms
# Type a command in the terminal.
Type "make install"
# Pause for dramatic effect...
Sleep 500ms
# Run the command by pressing enter.
Enter
# Pause for dramatic effect...
Sleep 1.5s
# Type a command in the terminal.
Type "sail"
# Pause for dramatic effect...
Sleep 700ms
# Run the command by pressing enter.
Enter
# Admire the output for a bit.
Sleep 5s