Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

clean.sh 289B

12345678910111213
  1. ## Clean every subdirectory calling its clean.sh script
  2. #
  3. if [ -f '../../layout/clean.sh' ] ; then
  4. . ../../layout/clean.sh
  5. fi
  6. if [ -f '../../../layout/clean.sh' ] ; then
  7. . ../../../layout/clean.sh
  8. fi
  9. if [ -f '../../../../layout/clean.sh' ] ; then
  10. . ../../../../layout/clean.sh
  11. fi