We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f2046 commit 5628202Copy full SHA for 5628202
transcripts/share-apis/sync/run.zsh
@@ -1,8 +1,10 @@
1
#!/usr/bin/env zsh
2
3
set -e
4
+source ../../transcript_helpers.sh
5
-source "../transcript_helpers.sh"
6
+# Reset DB to a known state
7
+login_user_for_ucm 'transcripts'
8
9
for transcript in $(ls *.md | grep -v '^prelude.md$' | grep -v 'output.md$') ; do
10
# Reset DB to a known state before each transcript
0 commit comments