Skip to content
Snippets Groups Projects
Commit 2cf55b62 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Copy also folders

parent 8ac14b58
No related branches found
No related tags found
1 merge request!49Resolve "Finish installation and usage instruction on the documentation"
......@@ -148,7 +148,7 @@ for module in $MODULES; do
src="$PWD/$dname/$relf"
dst="$PWD/$dname/$fname"
echo " - copying $src --> $dst"
cp $src $dst
cp -r $src $dst
done
cd ..
fi
......
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