This commit is contained in:
Charles-Pierre Astolfi 2014-07-13 11:47:56 -04:00
commit ecdc6e1121
53 changed files with 599 additions and 95 deletions

View file

@ -40,7 +40,7 @@ fi
#
# Use this when creating a new repo from scratch.
empty_gh() { # [NAME_OF_REPO]
repo = $1
repo=$1
ghuser=$( git config github.user )
mkdir "$repo"