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
370edd95
Commit
370edd95
authored
Nov 16, 2021
by
Vincent Danjean
Browse files
Add support for vpl_common_script.sh
This script, if present, is run very early, before some files are possibily removed
parent
a4e24307
Changes
1
Hide whitespace changes
Inline
Side-by-side
Basic_System/ef/vpl_execution.sh
View file @
370edd95
#!/bin/bash
if
[
-f
vpl_common_script.sh
]
;
then
.
vpl_common_script.sh
fi
# Files to keep until the very last moment
PRECIOUS_FILES
=
"vpl_custom_setup.sh vpl_custom_run.sh"
...
...
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