Skip to content

Commit 6da1c0e

Browse files
committed
create update.sh
1 parent 91e0466 commit 6da1c0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/tapes/update.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
3+
set -euo pipefail
4+
5+
vhs < ./docs/tapes/cli-demo.tape
6+
vhs < ./docs/tapes/library-demo.tape

0 commit comments

Comments
 (0)