aboutsummaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-09-18 22:27:03 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-09-18 22:27:03 -0300
commit746a9c21f87e6354317ed9d547917e835eacc3f5 (patch)
treed914505945fcf0404b1790098659fea7839ad694 /sandbox
parent9f4a9afc7ad5905cdd09a680c7527ccae9c30808 (diff)
downloadscripts-746a9c21f87e6354317ed9d547917e835eacc3f5.tar.gz
scripts-746a9c21f87e6354317ed9d547917e835eacc3f5.tar.bz2
Sandbox: README and TODO
Diffstat (limited to 'sandbox')
-rwxr-xr-xsandbox11
1 files changed, 11 insertions, 0 deletions
diff --git a/sandbox b/sandbox
index 6f1e120..8342811 100755
--- a/sandbox
+++ b/sandbox
@@ -27,6 +27,17 @@ else
(
cd $CODE/$PROJECT
touch .gitignore
+
+ echo "$PROJECT" > README.md
+ echo "=========`echo $PROJECT | sed -e 's|.|=|g'`" >> README.md
+ echo "" >> README.md
+ echo "This is the $PROJECT repository." >> README.md
+
+ echo "TODO" > TODO.md
+ echo "====" >> TODO.md
+ echo "" >> TODO.md
+ echo "* Nothing here? :P" >> TODO.md
+
git init
git add .
git commit -m "Initial import"