Skip to content

Instantly share code, notes, and snippets.

@ch4nd4n
Created March 19, 2018 10:04
Show Gist options
  • Select an option

  • Save ch4nd4n/158d191425f14b8182b8711d9f1add00 to your computer and use it in GitHub Desktop.

Select an option

Save ch4nd4n/158d191425f14b8182b8711d9f1add00 to your computer and use it in GitHub Desktop.
for file in ./app/*.js; do
echo "$(cat copyright.txt)\n$(cat $file)"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment