Przeglądaj źródła

Listing sh files

DricomDragon 5 lat temu
rodzic
commit
1781c11c96
2 zmienionych plików z 7 dodań i 0 usunięć
  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