This commit is contained in:
Roberto Cirillo 2021-02-03 16:48:52 +01:00
commit d69840332f
2 changed files with 6 additions and 0 deletions

View File

@ -3,4 +3,7 @@ if [[ ! -f LICENSE.md ]]; then
curl https://code-repo.d4science.org/manuele.simi/gCubeActionsFiles/raw/branch/master/24-01-2021-AddLicenseToAllRepos/files/LICENSE.md -o LICENSE.md
git add LICENSE.md
git commit -m "Add LICENSE.md."
echo "LICENSE.md added."
else
echo "LICENSE.md already exists in this repo."
fi

View File

@ -0,0 +1,3 @@
to_update_1
to_update_2
to_update_3