DricomDragon 5 anni fa
parent
commit
1781c11c96
2 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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