aboutsummaryrefslogtreecommitdiff
path: root/metadot
diff options
context:
space:
mode:
Diffstat (limited to 'metadot')
-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