Moved git script to it's own directory.

This commit is contained in:
Josh Sherman 2011-11-09 11:57:03 -05:00
parent 9743716224
commit f0fff8e1b5

View file

@ -1,4 +1,5 @@
#!/bin/bash
git init $2
cd $2
git remote add origin git@github.com:$1/$2.git