Some useful functions (outils means tools/utils in french).
$ git clone --recurse-submodules https://github.com/lpenaud/outils.git
$ git submodule update --init --recursive
Only on maintenance purposes a pull request is needed.
$ git submodule update --recursive --remote
Some functions to add to your terminal.
Use install.sh to inject functions in your ~/.bash_aliases.
Theses Bash scripts are compatible with Windows thanks to MSYS2.