Explorar o código

Listing sh files

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
1781c11c96
Modificáronse 2 ficheiros con 7 adicións e 0 borrados
  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