diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 21:00:24 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-19 21:00:24 -0300 |
| commit | 5251c16adc589467f5655218a3e1e34db8d4f88a (patch) | |
| tree | 59e782834dfa5765c4aba00e03c8acd07034df8b | |
| parent | d57a198852307f81b365d0c45138c495a0b12c71 (diff) | |
| download | metadot-5251c16adc589467f5655218a3e1e34db8d4f88a.tar.gz metadot-5251c16adc589467f5655218a3e1e34db8d4f88a.tar.bz2 | |
Setup TODO
| -rwxr-xr-x | metadot | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
