aboutsummaryrefslogtreecommitdiff
path: root/social/literal.tape
blob: 152c8c9414c29e434abcb9fd1f38bc692383b3aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Require lat
Output social/render/literal.gif

Set Theme "Gruvbox Dark"
Set WindowBar Rings
Set BorderRadius 10
Set Margin 10

Set FontSize 32
Set Width 2400
Set Height 1200
Set TypingSpeed 0.2

Type "lat src/main.c > example.c"
Sleep 2s
Enter

Sleep 5s

Type "cat example.c"
Sleep 2s
Enter

Sleep 5s

Type "clear"
Sleep 1s
Enter

Sleep 2s

Type "lat -r src/main.c > example.c"
Sleep 2s
Enter

Sleep 3s

Type "cat example.c"
Sleep 2s
Enter

Sleep 5s

Hide
Type "rm example.c"
Enter