Browse Source

Listing sh files

DricomDragon 5 năm trước cách đây
mục cha
commit
1781c11c96
2 tập tin đã thay đổi với 7 bổ sung0 xóa
  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