From: Silvio Rhatto Date: Thu, 21 Dec 2017 15:38:41 +0000 (-0200) Subject: Adds LICENSE and stage everything on new modules X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=98432bbc8376c002a504ee0a021fb09eb3aec064;p=metadot.git Adds LICENSE and stage everything on new modules --- diff --git a/metadot b/metadot index d60f968..868caec 100755 --- a/metadot +++ b/metadot @@ -153,7 +153,9 @@ function metadot_create { echo "# Comment that while in development." >> .gitignore echo '*' >> .gitignore - git add . + cp $DIRNAME/LICENSE . + + git add -f . ) echo "Metadot skeleton module $1 created at $MODULES/$1" }