aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-19 21:00:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-19 21:00:24 -0300
commit5251c16adc589467f5655218a3e1e34db8d4f88a (patch)
tree59e782834dfa5765c4aba00e03c8acd07034df8b
parentd57a198852307f81b365d0c45138c495a0b12c71 (diff)
downloadmetadot-5251c16adc589467f5655218a3e1e34db8d4f88a.tar.gz
metadot-5251c16adc589467f5655218a3e1e34db8d4f88a.tar.bz2
Setup TODO
-rwxr-xr-xmetadot5
1 files changed, 5 insertions, 0 deletions
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