aboutsummaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
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"