From 5251c16adc589467f5655218a3e1e34db8d4f88a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jun 2015 21:00:24 -0300 Subject: Setup TODO --- metadot | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3