From: Silvio Rhatto Date: Sat, 20 Jun 2015 00:00:24 +0000 (-0300) Subject: Setup TODO X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5251c16adc589467f5655218a3e1e34db8d4f88a;p=metadot.git Setup TODO --- diff --git a/metadot b/metadot index 37fb7d2..5a8f8b4 100755 --- a/metadot +++ b/metadot @@ -143,6 +143,11 @@ elif [ "$OPT" == "create" ]; then echo "This is the repository for $1 configuration." >> README.md echo "More information at https://git.sarava.org/metadot.git" >> README.md + echo "TODO" > TODO.md + echo "====" >> TODO.md + echo "" >> TODO.md + echo "* Nothing here? :P" >> TODO.md + echo "# As we are handling with config files, it might be better to" > .gitignore echo "# use a paranoid config by default." >> .gitignore echo "#" >> .gitignore