Skip to content

Instantly share code, notes, and snippets.

View matthewpennell's full-sized avatar

Matthew Pennell matthewpennell

View GitHub Profile
# !/bin/bash
# Set up an new github repository
GITHUB_USERNAME="timkelty"
# from github instructions page after creating a repo
mkdir "$1"
cd "$1"
git init
touch README