basic.tape
1 parent 3f083e9 commit 4e22cbaCopy full SHA for 4e22cba
1 file changed
vhs/basic.tape
@@ -2,18 +2,26 @@
2
3
Output vhs/basic.gif
4
5
-Require countdown
6
-
7
Set Shell "bash"
8
Set FontSize 32
9
Set Width 1200
10
Set Height 300
11
12
Env PATH "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/vhs"
13
+# Setup
+Hide
14
+Type 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv bash)"'
15
+Enter
16
+Type "go build -o countdown ."
17
18
+Wait
19
+Type "clear"
20
21
+Show
22
+
23
# Script for recording
24
-# Type './countdown --spinner "bomb" --range "10..0" --title "Implosion in"' Sleep 1s
25
Type './countdown --spinner "bomb" --range "10..0" \'
26
Enter
27
Type ' --title "Implosion in"' Sleep 1s
0 commit comments