phi 1年前
コミット
9990d49064
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      clean.sh

+ 2
- 0
clean.sh ファイルの表示

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

読み込み中…
キャンセル
保存