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
598f4239
Commit
598f4239
authored
Apr 13, 2018
by
Guilhem Saurel
Browse files
doc.sh: chmod
parent
03e39ef8
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/doc.sh
View file @
598f4239
#!/bin/bash
# Removes useless folders
# Removes useless folders
, and set permissions
set
-e
...
...
@@ -23,3 +23,6 @@ for namespace in *; do
done
popd
done
find
.
-type
d
-exec
chmod
0775
{}
\;
find
.
-type
f
-exec
chmod
0664
{}
\;
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