瀏覽代碼

Listing sh files

DricomDragon 5 年之前
父節點
當前提交
1781c11c96
共有 2 個文件被更改,包括 7 次插入0 次删除
  1. 1 0
      .gitignore
  2. 6 0
      buildLicence.sh

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+license.txt

+ 6 - 0
buildLicence.sh

@@ -0,0 +1,6 @@
+#!/bin/bash
+
+fileName='license.txt'
+
+echo "All rights reserved" > $fileName
+find -name "*.sh" >> $fileName