Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Bailly
Gepetto Utils
Commits
9fa1d945
Commit
9fa1d945
authored
Apr 20, 2018
by
Guilhem Saurel
Browse files
doc.sh: pushd only on folders
parent
dd95a061
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/doc.sh
View file @
9fa1d945
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment