Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet
VPLPP
Commits
019ee5aa
Commit
019ee5aa
authored
Nov 16, 2021
by
Vincent Danjean
Browse files
script cleanup
parent
75b2690d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Basic_System/ef/vpl_execution.sh
View file @
019ee5aa
...
...
@@ -35,13 +35,9 @@ remove_any() {
search
()
{
needle
=
$1
shift
for
hay
in
$*
do
if
[
"
$needle
"
=
"
$hay
"
]
then
return
0
fi
done
case
"
$*
"
in
*
\
$needle
\
*
)
return
0
;;
esac
return
1
}
...
...
local.sh
View file @
019ee5aa
...
...
@@ -25,7 +25,7 @@ then
then
rm
-fr
local_run
fi
export
VPL_SUBFILES
=
$(
ls
cf rf hf 2>/dev/null |
sort
|
uniq
)
export
VPL_SUBFILES
=
$(
find
cf rf hf
-maxdepth
1
-printf
"%P
\n
"
2>/dev/null |
sort
|
uniq
)
export
VPL_GRADEMIN
=
${
VPL_GRADEMIN
-0.0
}
export
VPL_GRADEMAX
=
${
VPL_GRADEMAX
-100.0
}
local_files
=
$(
echo
rf/
*
cf/
*
hf/
*
ef/
*
)
...
...
Write
Preview
Markdown
is supported
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