Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christopher Ferreira
erods-bench
Commits
0928953c
Commit
0928953c
authored
Aug 25, 2017
by
aumgn
Browse files
[exp] Fix bodytrack.sh dump
parent
d1e774ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
exp/run.d/bodytrack.sh
View file @
0928953c
...
...
@@ -11,8 +11,9 @@ prepare_bodytrack() {
}
dump_bodytrack
()
{
sha1sum
$BODYTRACK_BIN
>>
$dump_program_dir
/bodytrack
sha1sum
$BODYTRACK_INPUTS_DIR
/sequenceB_261/
*
>>
$dump_program_dir
/bodytrack
local
inputs
=
$(
find tmpfs/inputs/bodytrack/sequenceB_261/
*
-type
f
-name
'*.bmp'
)
sha1sum
$BODYTRACK_BIN
$inputs
>>
$dump_program_dir
/bodytrack
}
command_bodytrack
()
{
...
...
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