This commit is contained in:
Bachir Soussi Chiadmi
2016-12-03 13:30:36 +01:00
parent d12e3f6420
commit 4639e456d7
8 changed files with 210 additions and 187 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ echo "" > /tmp/summary
echo "<section id='main'>" >> content.textile
for i in ../content/*; do
# if folder if not sys if not modele
if [ -d "$i" ]; then # && [ "$i" != "../model" ]; then
if [ -d "$i" ] && [ "$i" != "../model" ]; then
# if readme exists
if [ -f "$i/readme.textile" ]; then
# user name