Pure ocaml script or pure bash script
Turn scripts into one-language ones, for stability.
For instance, avoid usage of tree
command in indent script to get a list of path. Pure ocaml code (without the tree
command) would be preferred.
We need to choose our side!