Skip to content
Snippets Groups Projects
Commit 9fa1d945 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

doc.sh: pushd only on folders

parent dd95a061
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ set -e
cd /net/pongo/vol/vol_projects/partage_gepetto/Doc
for namespace in *; do
[[ -d $namespace ]] || continue
pushd $namespace
for project in *; do
pushd $project
......
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