]> gitweb.fluxo.info Git - metadot.git/commitdiff
Setup TODO
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 00:00:24 +0000 (21:00 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 00:00:24 +0000 (21:00 -0300)
metadot

diff --git a/metadot b/metadot
index 37fb7d2746a4482e0acedb82acf1263827cb35b7..5a8f8b48cb327006cfc6f9b0d1c24eca25caddb6 100755 (executable)
--- 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