Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vlad Dumitru
speechcake
Commits
c95e148e
Commit
c95e148e
authored
Aug 22, 2021
by
Vlad Dumitru
Browse files
add test-seed.sh
parent
d420de8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
test-seed.sh
View file @
c95e148e
...
...
@@ -24,7 +24,7 @@ for bundle in $(find $ROOT_PATH/* -type d); do
JSON
=
$(
$TORT_EXE
extract
"
$textgrid
"
"
$tier
"
)
KEY
=
"
$DESTINATION_KEY
/
$BUNDLE_NAME
/
$TEXTGRID_NAME
/
$tier
"
UUID
=
$(
$TORT_EXE
uuid
)
DOC
=
$(
echo
"
$JSON
"
|
$TORT_EXE
wrap
"
$KEY
"
-t
conversational
)
DOC
=
$(
echo
"
$JSON
"
|
$TORT_EXE
wrap
"
$KEY
"
-t
"
conversational
,spk:
$tier
"
)
ROOT
=
$(
echo
"
$DOC
"
|
$TORT_EXE
persist
$UUID
--root
$DB_PATH
)
VERSION
=
$(
$TORT_EXE
commit
--root
$DB_PATH
$UUID
"
$ROOT
"
-c
"initial seed"
)
$TORT_EXE
tag
--root
$DB_PATH
$UUID
latest
$VERSION
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment