Skip to content
Snippets Groups Projects
Commit 60f846e1 authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot] Committed by nim65s
Browse files

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
parent 7614f068
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,3 @@ This directory collect mindmaps useful to better understand the organization in
## Gepetto
This map gives an overview of the various scientific subjects tackled in the group.
It can be edited using Inkscape. Last edition Inkscape 1.1.1 on mac Big Sur 11.6
......@@ -2,7 +2,7 @@
# This script searches all the .so files in the current directory.
# The first arg is a string contained in the dependencies of the library you are looking for.
# The second arg is a string contained in the dependencies that you want to reject.
# The second arg is a string contained in the dependencies that you want to reject.
# The script will display the names of the .so files which meet these criteria.
# Ex: searchLib.sh my_lib version_to_avoid
......@@ -21,4 +21,3 @@ do
echo $v
fi
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment