buildLicence.sh 107 B

123456
  1. #!/bin/bash
  2. fileName='license.txt'
  3. echo "All rights reserved" > $fileName
  4. find -name "*.sh" >> $fileName