phi 1 year ago
parent
commit
9990d49064
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      clean.sh

+ 2
- 0
clean.sh View File

1
+##  Clean every subdirectory calling its clean.sh script
2
+#
1
 if [ -f '../../layout/clean.sh' ] ; then
3
 if [ -f '../../layout/clean.sh' ] ; then
2
   . ../../layout/clean.sh
4
   . ../../layout/clean.sh
3
 fi
5
 fi

Loading…
Cancel
Save