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
Maxim Onciul
pi_files
Commits
8718dc85
Commit
8718dc85
authored
Sep 05, 2021
by
Maxim Onciul
Browse files
correct seq call
parent
45879ae0
Changes
1
Hide whitespace changes
Inline
Side-by-side
experiment/create_data.sh
View file @
8718dc85
...
...
@@ -15,7 +15,7 @@ touch $rand_file
k
=
$2
m
=
$3
for
i
in
`
seq
$4
`
;
do
for
i
in
`
seq
0
$((
$4
-
1
))
`
;
do
for
j
in
`
seq
$k
`
;
do
openssl rand
-hex
$m
>>
$rand_file
"_"
$i
done
...
...
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